summaryrefslogtreecommitdiff
path: root/alloca.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-08-10 21:27:23 +0000
committerRichard M. Stallman <rms@gnu.org>1993-08-10 21:27:23 +0000
commitb6e638af6d1d6a4fcf361677d3d275b14c5f0a95 (patch)
tree2dfee7fa0611bbc3c430e06cab4688f3858b5061 /alloca.c
parent5fc25392814604ef0b797a134af3412a0b75636e (diff)
downloadgunmake-b6e638af6d1d6a4fcf361677d3d275b14c5f0a95.tar.gz
*** empty log message ***
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