]> git.eshelyaron.com Git - emacs.git/commitdiff
(BROKEN_PROTOTYPES): Defined.
authorRichard M. Stallman <rms@gnu.org>
Tue, 6 Nov 2001 04:50:55 +0000 (04:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 6 Nov 2001 04:50:55 +0000 (04:50 +0000)
src/m/news-risc.h

index bbf5b7ea27640259c72035c786ce85ddddbba6f3..7066395e360b8714a344419236a1e9b606495882 100644 (file)
@@ -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 */