commit | 9ae898b415ad0758dbe1e1cb43f48f60bf8dfab0 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Tue Jul 11 21:16:03 2000 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Tue Jul 11 21:16:03 2000 +0000 |
tree | c12e44689277430502086274a8cb1ab103a8d8be | |
parent | 5e80a7579918dca87a31725e379cb3ea79e2a7a5 [diff] |
ANSIfication step 2: make sure all needed prototypes are available, and all needed header files included.
diff --git a/Mac/mwerks/malloc/malloc.c b/Mac/mwerks/malloc/malloc.c index 7d0fb6c..38bd32a 100644 --- a/Mac/mwerks/malloc/malloc.c +++ b/Mac/mwerks/malloc/malloc.c
@@ -78,7 +78,9 @@ #include <stdlib.h> #include <string.h> +#ifndef NULL #define NULL 0 +#endif static void morecore();