changeset 30233:1e2f2a050a93

(malloc) [emacs]: Define as xmalloc.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 14 Jul 2000 18:00:36 +0000
parents ad501fc526c2
children 1cd3b42b273e
files src/alloca.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloca.c	Fri Jul 14 17:59:55 2000 +0000
+++ b/src/alloca.c	Fri Jul 14 18:00:36 2000 +0000
@@ -88,7 +88,7 @@
 
    Callers below should use malloc.  */
 
-#ifndef emacs
+#ifdef emacs
 #define malloc xmalloc
 #endif
 extern pointer malloc ();