changeset 40762:6c6eb4745dfb

(BROKEN_PROTOTYPES): Defined.
author Richard M. Stallman <rms@gnu.org>
date Tue, 06 Nov 2001 04:50:55 +0000
parents 9e25b744a97e
children f336a6703f79
files src/m/news-risc.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 */