diff src/m/alliant-2800.h @ 8632:a049d06857ec

(USE_NONANSI_DEFUN): Defined.
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Aug 1994 00:45:03 +0000
parents d7069bd44885
children 191acacfa1ec
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