summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-04-04 22:05:41 +0000
committerJim Meyering <jim@meyering.net>1994-04-04 22:05:41 +0000
commit2e1f74eae4214bf7165d73ed86eaa95ac03cae13 (patch)
treee4f54da69bc5d3de8b029848fd09c6f9261d6ac5
parent40ac105924b4c04c250dcd22d58ffb5b661a4edc (diff)
downloadgnulib-2e1f74eae4214bf7165d73ed86eaa95ac03cae13.tar.gz
GNU shell utilitiesSHELLUTILS-1_9_4d
-rw-r--r--lib/getopt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/getopt.c b/lib/getopt.c
index 0520ea6e0e..812258ae3d 100644
--- a/lib/getopt.c
+++ b/lib/getopt.c
@@ -191,13 +191,9 @@ my_index (str, chr)
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__ */