]> git.eshelyaron.com Git - emacs.git/commitdiff
(free) [emacs && EMACS_FREE]: Define as EMACS_FREE.
authorGerd Moellmann <gerd@gnu.org>
Tue, 18 Jul 2000 13:02:40 +0000 (13:02 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 18 Jul 2000 13:02:40 +0000 (13:02 +0000)
src/alloca.c

index 18d766c4cc558745a29a7bd66c133c264779add1..087e990ab1e73aefe39b538480809ec7a5128733 100644 (file)
@@ -90,6 +90,9 @@ typedef char *pointer;
 
 #ifdef emacs
 #define malloc xmalloc
+#ifdef EMACS_FREE
+#define free EMACS_FREE
+#endif
 #endif
 extern pointer malloc ();