From: Richard Stallman Date: Tue, 10 Aug 1993 21:27:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2abe5d9099672f3d811f8171fad5593fd546b6b5;p=gcc.git *** empty log message *** From-SVN: r5130 --- diff --git a/gcc/alloca.c b/gcc/alloca.c index 9c472ead6df..16f19a27672 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