changeset 4541:8c4835a24aca

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 Aug 1993 21:27:23 +0000
parents b404e1c17125
children 87c959b66ae2
files src/alloca.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloca.c	Tue Aug 10 21:24:41 1993 +0000
+++ b/src/alloca.c	Tue Aug 10 21:27:23 1993 +0000
@@ -72,8 +72,8 @@
 
 #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