(BROKEN_PROTOTYPES): Defined.

This commit is contained in:
Richard M. Stallman 2001-11-06 04:50:55 +00:00
parent d5360cc79c
commit 79563e7982

View 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 */