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


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/src/unexmacosx.c
Date: Fri, 08 Oct 2004 20:45:52 -0400

Index: emacs/src/unexmacosx.c
diff -c emacs/src/unexmacosx.c:1.9 emacs/src/unexmacosx.c:1.10
*** emacs/src/unexmacosx.c:1.9  Wed Jan 28 06:07:36 2004
--- emacs/src/unexmacosx.c      Fri Oct  8 18:38:17 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]