]> git.eshelyaron.com Git - emacs.git/commitdiff
Undo ifdef change accidentally made on 12-04.
authorRichard M. Stallman <rms@gnu.org>
Sat, 7 Dec 2002 21:37:34 +0000 (21:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 7 Dec 2002 21:37:34 +0000 (21:37 +0000)
src/alloca.c

index c03404b607e9547e8d4799391240c5339fc45ef3..ec70d2ad9a183f29364db400193599b621860bbc 100644 (file)
@@ -94,7 +94,7 @@ typedef char *pointer;
 
    Callers below should use malloc.  */
 
-#  ifndef emacs
+#  ifdef emacs
 #   undef malloc
 #   define malloc xmalloc
 #   ifdef EMACS_FREE