changeset 19847:5d9b97aa6640

GNU shell utilities
author Jim Meyering <jim@meyering.net>
date Mon, 04 Apr 1994 22:05:41 +0000
parents 6e4e1fe82bee
children fa8b7e29646a
files lib/getopt.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getopt.c	Fri Mar 25 23:51:50 1994 +0000
+++ b/lib/getopt.c	Mon Apr 04 22:05:41 1994 +0000
@@ -191,13 +191,9 @@
    If not using GCC, it is ok not to declare it.  */
 #ifdef __GNUC__
 #ifndef __STDC__
-#ifdef IN_GCC
-#include "gstddef.h"
-#else /* not IN_GCC */
 /* Motorola Delta 68k R3V7 comes with GCC but not stddef.h.
    Enable Emacs to compile on it.  */
 #include <stddef.h>
-#endif /* not IN_GCC */
 extern size_t strlen (const char *);
 #endif /* not __STDC__ */
 #endif /* __GNUC__ */