comparison 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
comparison
equal deleted inserted replaced
8631:232f6277bb8a 8632:a049d06857ec
139 unexec_text_start = hdr.a_text_addr;} 139 unexec_text_start = hdr.a_text_addr;}
140 140
141 /* POSIX Compatibility */ 141 /* POSIX Compatibility */
142 /* Use System V.4 style getdents/readdir <dirent.h> for 2.2 and up. */ 142 /* Use System V.4 style getdents/readdir <dirent.h> for 2.2 and up. */
143 #define SYSV_SYSTEM_DIR 143 #define SYSV_SYSTEM_DIR
144
145 /* Use the K&R version of the DEFUN macro. */
146 #define USE_NONANSI_DEFUN