From: Gerd Moellmann Date: Tue, 18 Jul 2000 13:02:40 +0000 (+0000) Subject: (free) [emacs && EMACS_FREE]: Define as EMACS_FREE. X-Git-Tag: emacs-pretest-21.0.90~2763 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99d5dc1271e4e1e5db659f19d4e075c0245843eb;p=emacs.git (free) [emacs && EMACS_FREE]: Define as EMACS_FREE. --- diff --git a/src/alloca.c b/src/alloca.c index 18d766c4cc5..087e990ab1e 100644 --- a/src/alloca.c +++ b/src/alloca.c @@ -90,6 +90,9 @@ typedef char *pointer; #ifdef emacs #define malloc xmalloc +#ifdef EMACS_FREE +#define free EMACS_FREE +#endif #endif extern pointer malloc ();