diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/alliant-2800.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/alliant-2800.h b/src/m/alliant-2800.h index 4306e193398..48bdc4091f5 100644 --- a/src/m/alliant-2800.h +++ b/src/m/alliant-2800.h | |||
| @@ -141,3 +141,6 @@ unexec_text_start = hdr.a_text_addr;} | |||
| 141 | /* POSIX Compatibility */ | 141 | /* POSIX Compatibility */ |
| 142 | /* Use System V.4 style getdents/readdir <dirent.h> for 2.2 and up. */ | 142 | /* Use System V.4 style getdents/readdir <dirent.h> for 2.2 and up. */ |
| 143 | #define SYSV_SYSTEM_DIR | 143 | #define SYSV_SYSTEM_DIR |
| 144 | |||
| 145 | /* Use the K&R version of the DEFUN macro. */ | ||
| 146 | #define USE_NONANSI_DEFUN | ||