/[emacs]/emacs/src/unexmacosx.c
ViewVC logotype

Diff of /emacs/src/unexmacosx.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.4 by uid65618, Thu Feb 5 14:48:54 2004 UTC revision 1.1.2.5 by miles, Mon Oct 25 04:19:35 2004 UTC
# Line 99  Boston, MA 02111-1307, USA.  */ Line 99  Boston, MA 02111-1307, USA.  */
99  #if defined (__ppc__)  #if defined (__ppc__)
100  #include <mach-o/ppc/reloc.h>  #include <mach-o/ppc/reloc.h>
101  #endif  #endif
102    #if defined (HAVE_MALLOC_MALLOC_H)
103    #include <malloc/malloc.h>
104    #else
105  #include <objc/malloc.h>  #include <objc/malloc.h>
106    #endif
107    
108    
109  #define VERBOSE 1  #define VERBOSE 1
110    

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26