# HG changeset patch # User Richard M. Stallman # Date 1005022255 0 # Node ID 6c6eb4745dfbf3e186a3f6538f4ebca1c6ce0dd6 # Parent 9e25b744a97e88183466d243af2a5d4ba0a15db9 (BROKEN_PROTOTYPES): Defined. diff -r 9e25b744a97e -r 6c6eb4745dfb src/m/news-risc.h --- a/src/m/news-risc.h Tue Nov 06 04:48:24 2001 +0000 +++ b/src/m/news-risc.h Tue Nov 06 04:50:55 2001 +0000 @@ -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 */