aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-12-07 21:37:34 +0000
committerRichard M. Stallman2002-12-07 21:37:34 +0000
commit07e66c1e02935286e4ace9bbce94ba3a23e56994 (patch)
tree0d1c8a192eb5b5c4ca51b07e3fcf66bf5c6a81ef /src
parent3b5fb045df03e47e118f76d27fba67bce944208a (diff)
downloademacs-07e66c1e02935286e4ace9bbce94ba3a23e56994.tar.gz
emacs-07e66c1e02935286e4ace9bbce94ba3a23e56994.zip
Undo ifdef change accidentally made on 12-04.
Diffstat (limited to 'src')
-rw-r--r--src/alloca.c2
1 files changed, 1 insertions, 1 deletions
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;
94 94
95 Callers below should use malloc. */ 95 Callers below should use malloc. */
96 96
97# ifndef emacs 97# ifdef emacs
98# undef malloc 98# undef malloc
99# define malloc xmalloc 99# define malloc xmalloc
100# ifdef EMACS_FREE 100# ifdef EMACS_FREE