*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Tue, 10 Aug 1993 21:27:23 +0000 (21:27 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 10 Aug 1993 21:27:23 +0000 (21:27 +0000)
From-SVN: r5130

gcc/alloca.c

index 9c472ead6dfc9a618badcd08af73b94c3f3fe2d3..16f19a27672dca5f35775d32a8780d6b822c63dd 100644 (file)
@@ -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