(BROKEN_PROTOTYPES): Defined.
This commit is contained in:
parent
d5360cc79c
commit
79563e7982
1 changed files with 5 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue