emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xrdb.c


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/xrdb.c
Date: Sun, 05 Feb 2006 13:45:09 +0000

Index: emacs/src/xrdb.c
diff -u emacs/src/xrdb.c:1.54 emacs/src/xrdb.c:1.55
--- emacs/src/xrdb.c:1.54       Sun Aug  7 12:33:19 2005
+++ emacs/src/xrdb.c    Sun Feb  5 13:45:09 2006
@@ -88,6 +88,10 @@
 /* Make sure not to #include anything after these definitions.  Let's
    not step on anyone's prototypes.  */
 #ifdef emacs
+/* darwin.h may have already defined these.  */
+#undef malloc
+#undef realloc
+#undef free
 #define malloc xmalloc
 #define realloc xrealloc
 #define free xfree




reply via email to

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