From: Richard M. Stallman Date: Sat, 7 Dec 2002 21:37:34 +0000 (+0000) Subject: Undo ifdef change accidentally made on 12-04. X-Git-Tag: ttn-vms-21-2-B4~12113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07e66c1e02935286e4ace9bbce94ba3a23e56994;p=emacs.git Undo ifdef change accidentally made on 12-04. --- diff --git a/src/alloca.c b/src/alloca.c index c03404b607e..ec70d2ad9a1 100644 --- a/src/alloca.c +++ b/src/alloca.c @@ -94,7 +94,7 @@ typedef char *pointer; Callers below should use malloc. */ -# ifndef emacs +# ifdef emacs # undef malloc # define malloc xmalloc # ifdef EMACS_FREE