X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmalloc.c;h=9f412906b600aaf0a92a82696edb10228f6a0717;hb=53a8fa1ed797934aa72983f8b4a36cc47fa735cc;hp=bb9092d4bcd49d50b9a6d895269a2ab6e8e31088;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git diff --git a/src/malloc.c b/src/malloc.c index bb9092d..9f41290 100644 --- a/src/malloc.c +++ b/src/malloc.c @@ -166,6 +166,8 @@ what you give them. Help stamp out software-hoarding! */ #endif /* not emacs */ +#include + /* Define getpagesize () if the system does not. */ #include "getpagesize.h" @@ -182,7 +184,7 @@ what you give them. Help stamp out software-hoarding! */ #include #endif /* BSD4_2 */ -#ifdef __STDC_ +#ifdef __STDC__ #ifndef HPUX /* not sure where this for NetBSD should really go and it probably applies to other systems */ @@ -196,7 +198,7 @@ extern char *sbrk (); extern void *sbrk (); #endif /* __STDC__ */ -extern char *start_of_data (); +extern char *start_of_data (void); #ifdef BSD #ifndef DATA_SEG_BITS