From: Richard M. Stallman Date: Tue, 10 Aug 1993 21:27:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 3.70.2~163 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6e638af6d1d6a4fcf361677d3d275b14c5f0a95;p=platform%2Fupstream%2Fmake.git *** empty log message *** --- diff --git a/alloca.c b/alloca.c index 9c472ea..16f19a2 100644 --- 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