Mercurial > emacs
changeset 8632:a049d06857ec
(USE_NONANSI_DEFUN): Defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 26 Aug 1994 00:45:03 +0000 |
parents | 232f6277bb8a |
children | ef773dd417ea |
files | src/m/alliant-2800.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/alliant-2800.h Fri Aug 26 00:44:42 1994 +0000 +++ b/src/m/alliant-2800.h Fri Aug 26 00:45:03 1994 +0000 @@ -141,3 +141,6 @@ /* POSIX Compatibility */ /* Use System V.4 style getdents/readdir <dirent.h> for 2.2 and up. */ #define SYSV_SYSTEM_DIR + +/* Use the K&R version of the DEFUN macro. */ +#define USE_NONANSI_DEFUN