changeset 200:14fbbb10fea8

merge with 1.9.4d
author Jim Meyering <jim@meyering.net>
date Mon, 04 Apr 1994 22:19:38 +0000
parents 61338e06223d
children 883cc816a727
files lib/getopt.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getopt.c
+++ b/lib/getopt.c
@@ -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__ */