summaryrefslogtreecommitdiff
path: root/src/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
commit35221de87bdd49265ebfd1909a77a37e90f9ee33 (patch)
treee238ea47002f673f79b26ffc9e7cc14fecdec6f6 /src/alloca.c
parent50d7c87f0b5a7454e5780863c0a4c803d91c9862 (diff)
downloademacs-35221de87bdd49265ebfd1909a77a37e90f9ee33.tar.gz
*** empty log message ***
Diffstat (limited to 'src/alloca.c')
-rw-r--r--src/alloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloca.c b/src/alloca.c
index 9c472ead6df..16f19a27672 100644
--- a/src/alloca.c
+++ b/src/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