From 79563e7982e08aed99d42ddc8777138f2a1f594b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 6 Nov 2001 04:50:55 +0000 Subject: [PATCH] (BROKEN_PROTOTYPES): Defined. --- src/m/news-risc.h | 5 +++++ 1 file changed, 5 insertions(+) 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 */ -- 2.39.2