aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 1f760fe6173..18d766c4cc5 100644
--- a/src/alloca.c
+++ b/src/alloca.c
@@ -88,7 +88,7 @@ typedef char *pointer;
88 88
89 Callers below should use malloc. */ 89 Callers below should use malloc. */
90 90
91#ifndef emacs 91#ifdef emacs
92#define malloc xmalloc 92#define malloc xmalloc
93#endif 93#endif
94extern pointer malloc (); 94extern pointer malloc ();