summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-04-04 22:19:22 +0000
committerJim Meyering <jim@meyering.net>1994-04-04 22:19:22 +0000
commit9bc0437bab6cd0f8661f7b0e4e1042c99fc193dd (patch)
tree1b76172522dcdaeb3ba3b09810ea89f95b5de418 /lib
parent196ad04addb99f38f1c3001ff56b62b5067c78fd (diff)
downloadcoreutils-9bc0437bab6cd0f8661f7b0e4e1042c99fc193dd.tar.xz
merge with 1.9.4d
Diffstat (limited to 'lib')
-rw-r--r--lib/getopt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/getopt.c b/lib/getopt.c
index 0520ea6e0..812258ae3 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__ */