*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 Aug 1993 21:27:23 +0000 (21:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 Aug 1993 21:27:23 +0000 (21:27 +0000)
alloca.c

index 9c472ea..16f19a2 100644 (file)
--- 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