From 28a6d65a872f6209de90ac58a3146537f1b542db Mon Sep 17 00:00:00 2001 From: rms Date: Tue, 10 Aug 1993 21:27:23 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5130 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/alloca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0