summaryrefslogtreecommitdiff
path: root/alloca.c
diff options
context:
space:
mode:
Diffstat (limited to 'alloca.c')
-rw-r--r--alloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alloca.c b/alloca.c
index 9c472ea..16f19a2 100644
--- a/alloca.c
+++ b/alloca.c
@@ -72,8 +72,8 @@ typedef char *pointer;
#ifndef emacs
#define malloc xmalloc
-extern pointer xmalloc ();
#endif
+extern pointer malloc ();
/* Define STACK_DIRECTION if you know the direction of stack
growth for your system; otherwise it will be automatically