changeset 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 fdd59bb947d8
children a6906c113d14
files src/alloca.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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