From: Gerd Moellmann Date: Fri, 14 Jul 2000 18:00:36 +0000 (+0000) Subject: (malloc) [emacs]: Define as xmalloc. X-Git-Tag: emacs-pretest-21.0.90~2814 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c87a7e0f2ca8ff4a14e4fc503ae42016d81bd9c3;p=emacs.git (malloc) [emacs]: Define as xmalloc. --- diff --git a/src/alloca.c b/src/alloca.c index 1f760fe6173..18d766c4cc5 100644 --- a/src/alloca.c +++ b/src/alloca.c @@ -88,7 +88,7 @@ typedef char *pointer; Callers below should use malloc. */ -#ifndef emacs +#ifdef emacs #define malloc xmalloc #endif extern pointer malloc ();