/[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.6.2.1 by handa, Fri Apr 16 12:50:50 2004 UTC revision 1.6.2.2 by miles, Thu Oct 14 08:49:53 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.6.2.1  
changed lines
  Added in v.1.6.2.2

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