diff src/alloca.c @ 48722:6cea9f00471e

Undo ifdef change accidentally made on 12-04.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Dec 2002 21:37:34 +0000
parents d2e0f6c41ac5
children e6d6dc2aa074 d7ddb3e565de
line wrap: on
line diff
--- a/src/alloca.c	Sat Dec 07 21:34:44 2002 +0000
+++ b/src/alloca.c	Sat Dec 07 21:37:34 2002 +0000
@@ -94,7 +94,7 @@
 
    Callers below should use malloc.  */
 
-#  ifndef emacs
+#  ifdef emacs
 #   undef malloc
 #   define malloc xmalloc
 #   ifdef EMACS_FREE