From: Richard M. Stallman Date: Tue, 10 Aug 1993 21:27:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-19.34~11310 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=404e81d617c914508a3d79c7713485d876a46103;p=emacs.git *** empty log message *** --- diff --git a/src/alloca.c b/src/alloca.c index 9c472ead6df..16f19a27672 100644 --- a/src/alloca.c +++ b/src/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