# HG changeset patch # User Richard M. Stallman # Date 745018043 0 # Node ID 8c4835a24acab74a33563d96b14598a1f638061c # Parent b404e1c17125707dbb304ba89a07382ba6c02f99 *** empty log message *** diff -r b404e1c17125 -r 8c4835a24aca src/alloca.c --- a/src/alloca.c Tue Aug 10 21:24:41 1993 +0000 +++ b/src/alloca.c Tue Aug 10 21:27:23 1993 +0000 @@ -72,8 +72,8 @@ #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