From b6e638af6d1d6a4fcf361677d3d275b14c5f0a95 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 10 Aug 1993 21:27:23 +0000 Subject: *** empty log message *** --- alloca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alloca.c') 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 -- cgit v1.2.3