From: Richard M. Stallman Date: Fri, 26 Aug 1994 00:45:03 +0000 (+0000) Subject: (USE_NONANSI_DEFUN): Defined. X-Git-Tag: emacs-19.34~7222 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e2d9c6d1a129188b94bb50b8cdd99c745ebad06;p=emacs.git (USE_NONANSI_DEFUN): Defined. --- 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;} /* POSIX Compatibility */ /* Use System V.4 style getdents/readdir for 2.2 and up. */ #define SYSV_SYSTEM_DIR + +/* Use the K&R version of the DEFUN macro. */ +#define USE_NONANSI_DEFUN