emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/unexmacosx.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/unexmacosx.c [emacs-unicode-2]
Date: Thu, 14 Oct 2004 05:13:29 -0400

Index: emacs/src/unexmacosx.c
diff -c emacs/src/unexmacosx.c:1.6.2.1 emacs/src/unexmacosx.c:1.6.2.2
*** emacs/src/unexmacosx.c:1.6.2.1      Fri Apr 16 12:50:50 2004
--- emacs/src/unexmacosx.c      Thu Oct 14 08:49:53 2004
***************
*** 99,105 ****
--- 99,110 ----
  #if defined (__ppc__)
  #include <mach-o/ppc/reloc.h>
  #endif
+ #if defined (HAVE_MALLOC_MALLOC_H)
+ #include <malloc/malloc.h>
+ #else
  #include <objc/malloc.h>
+ #endif
+ 
  
  #define VERBOSE 1
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]