diff options
| author | Richard M. Stallman | 1994-08-26 00:45:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-08-26 00:45:03 +0000 |
| commit | 1e2d9c6d1a129188b94bb50b8cdd99c745ebad06 (patch) | |
| tree | 2e0931a6ab876f01b7e59a69c4791f1927c85c1d /src | |
| parent | 5125ca93206317580631d26d9a475412d5c36ec8 (diff) | |
| download | emacs-1e2d9c6d1a129188b94bb50b8cdd99c745ebad06.tar.gz emacs-1e2d9c6d1a129188b94bb50b8cdd99c745ebad06.zip | |
(USE_NONANSI_DEFUN): Defined.
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 | ||