diff options
| author | Richard M. Stallman | 2001-11-06 04:50:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-06 04:50:55 +0000 |
| commit | 79563e7982e08aed99d42ddc8777138f2a1f594b (patch) | |
| tree | 8485173b10d2d220fc9993094fa31cd809b65a24 /src | |
| parent | d5360cc79ca4086b322807c2d286924008873de5 (diff) | |
| download | emacs-79563e7982e08aed99d42ddc8777138f2a1f594b.tar.gz emacs-79563e7982e08aed99d42ddc8777138f2a1f594b.zip | |
(BROKEN_PROTOTYPES): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/news-risc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/news-risc.h b/src/m/news-risc.h index bbf5b7ea276..7066395e360 100644 --- a/src/m/news-risc.h +++ b/src/m/news-risc.h | |||
| @@ -51,4 +51,9 @@ | |||
| 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 */ |