From: Richard M. Stallman Date: Tue, 6 Nov 2001 04:50:33 +0000 (+0000) Subject: (BROKEN_PROTOTYPES): Defined. X-Git-Tag: emacs-21.2~354 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=41fb57c102bdb27446fc5425e36f295dc1dc1a7d;p=emacs.git (BROKEN_PROTOTYPES): Defined. --- diff --git a/src/m/news-risc.h b/src/m/news-risc.h index bbf5b7ea276..7066395e360 100644 --- a/src/m/news-risc.h +++ b/src/m/news-risc.h @@ -51,4 +51,9 @@ #undef KERNEL_FILE #define KERNEL_FILE "/vmunix" +/* System's malloc, realloc, calloc and so on have bad prototypes, + using char * instead of void *, so tell gmalloc not to use the + prototypes. */ +#define BROKEN_PROTOTYPES + #endif /* not NEWSOS5 */