# HG changeset patch # User Richard M. Stallman # Date 1039297054 0 # Node ID 6cea9f00471ed9a5b73c06f2d728eaf8b334e95e # Parent fdd59bb947d8a548b85aa4da209abc82f0565608 Undo ifdef change accidentally made on 12-04. diff -r fdd59bb947d8 -r 6cea9f00471e src/alloca.c --- 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