From: Richard M. Stallman Date: Tue, 6 Nov 2001 04:50:55 +0000 (+0000) Subject: (BROKEN_PROTOTYPES): Defined. X-Git-Tag: ttn-vms-21-2-B4~18793 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79563e7982e08aed99d42ddc8777138f2a1f594b;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 */