comparison src/m/news-risc.h @ 40762:6c6eb4745dfb

(BROKEN_PROTOTYPES): Defined.
author Richard M. Stallman <rms@gnu.org>
date Tue, 06 Nov 2001 04:50:55 +0000
parents c4cd6784bbcc
children 23a1cea22d13
comparison
equal deleted inserted replaced
40761:9e25b744a97e 40762:6c6eb4745dfb
49 #define LIBS_MACHINE -lmld 49 #define LIBS_MACHINE -lmld
50 50
51 #undef KERNEL_FILE 51 #undef KERNEL_FILE
52 #define KERNEL_FILE "/vmunix" 52 #define KERNEL_FILE "/vmunix"
53 53
54 /* System's malloc, realloc, calloc and so on have bad prototypes,
55 using char * instead of void *, so tell gmalloc not to use the
56 prototypes. */
57 #define BROKEN_PROTOTYPES
58
54 #endif /* not NEWSOS5 */ 59 #endif /* not NEWSOS5 */