aboutsummaryrefslogtreecommitdiff
path: root/gcc/alloca.c
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-08-10 21:27:23 +0000
committerRichard Stallman <rms@gnu.org>1993-08-10 21:27:23 +0000
commit2abe5d9099672f3d811f8171fad5593fd546b6b5 (patch)
tree2c2ebd281452247eb666157a04bc75b7eb74c28d /gcc/alloca.c
parentf7911249bb716482e110998ac288f659cb6b7ef1 (diff)
downloadgcc-2abe5d9099672f3d811f8171fad5593fd546b6b5.zip
gcc-2abe5d9099672f3d811f8171fad5593fd546b6b5.tar.gz
gcc-2abe5d9099672f3d811f8171fad5593fd546b6b5.tar.bz2
*** empty log message ***
From-SVN: r5130
Diffstat (limited to 'gcc/alloca.c')
-rw-r--r--gcc/alloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/alloca.c b/gcc/alloca.c
index 9c472ea..16f19a2 100644
--- a/gcc/alloca.c
+++ b/gcc/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