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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/unexmacosx.c [lexbind]
Date: Mon, 25 Oct 2004 00:42:42 -0400

Index: emacs/src/unexmacosx.c
diff -c emacs/src/unexmacosx.c:1.1.2.4 emacs/src/unexmacosx.c:1.1.2.5
*** emacs/src/unexmacosx.c:1.1.2.4      Thu Feb  5 14:48:54 2004
--- emacs/src/unexmacosx.c      Mon Oct 25 04:19:35 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]