summaryrefslogtreecommitdiff
path: root/lib/getopt.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-11-21 14:23:15 +0000
committerJim Meyering <jim@meyering.net>1994-11-21 14:23:15 +0000
commit7f2c21525b4b9950b23ec8200d1443b1137a8070 (patch)
treed43e5b94726699be7c38104ea2a262d8774c9c9b /lib/getopt.c
parent5fce52076eeb01dfb1717bc9b43fa5ab46f5eaf1 (diff)
downloadcoreutils-7f2c21525b4b9950b23ec8200d1443b1137a8070.tar.xz
.
Diffstat (limited to 'lib/getopt.c')
-rw-r--r--lib/getopt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/getopt.c b/lib/getopt.c
index 4bab2b1b9..45b16d19d 100644
--- a/lib/getopt.c
+++ b/lib/getopt.c
@@ -478,7 +478,8 @@ _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
for (nameend = nextchar; *nameend && *nameend != '='; nameend++)
/* Do nothing. */ ;
-#ifdef lint /* Suppress `used before initialized' warning. */
+#ifdef lint
+ /* Suppress `used before initialized' warning. */
indfound = 0;
#endif