]> git.eshelyaron.com Git - emacs.git/commitdiff
(USE_NONANSI_DEFUN): Defined.
authorRichard M. Stallman <rms@gnu.org>
Fri, 26 Aug 1994 00:45:03 +0000 (00:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 26 Aug 1994 00:45:03 +0000 (00:45 +0000)
src/m/alliant-2800.h

index 4306e1933988f201d3f8d38ffb1c695ac02550f9..48bdc4091f5bcc15d610a79e53473809b111e95b 100644 (file)
@@ -141,3 +141,6 @@ unexec_text_start = hdr.a_text_addr;}
 /* 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