diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-08-10 21:27:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-08-10 21:27:23 +0000 |
commit | b6e638af6d1d6a4fcf361677d3d275b14c5f0a95 (patch) | |
tree | 2dfee7fa0611bbc3c430e06cab4688f3858b5061 | |
parent | 5fc25392814604ef0b797a134af3412a0b75636e (diff) | |
download | gunmake-b6e638af6d1d6a4fcf361677d3d275b14c5f0a95.tar.gz |
*** empty log message ***
-rw-r--r-- | alloca.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |