From 07e66c1e02935286e4ace9bbce94ba3a23e56994 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 7 Dec 2002 21:37:34 +0000 Subject: [PATCH] Undo ifdef change accidentally made on 12-04. --- src/alloca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2