From 1e2d9c6d1a129188b94bb50b8cdd99c745ebad06 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 26 Aug 1994 00:45:03 +0000 Subject: [PATCH] (USE_NONANSI_DEFUN): Defined. --- src/m/alliant-2800.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5