X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmalloc.c;h=9f412906b600aaf0a92a82696edb10228f6a0717;hb=d3dd71489ab2730d79536ebdc3c56cca82766e9d;hp=158228695dbfc3b82623fe2278967cd0f103a0ff;hpb=b267e52aa03bee2c488c8a78824d96cf2d9a6ccc;p=chise%2Fxemacs-chise.git.1 diff --git a/src/malloc.c b/src/malloc.c index 1582286..9f41290 100644 --- a/src/malloc.c +++ b/src/malloc.c @@ -184,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 */ @@ -198,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