diff options
-rw-r--r-- | src/alloca.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |