diff options
author | Jim Meyering <jim@meyering.net> | 1994-11-21 14:23:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-11-21 14:23:15 +0000 |
commit | 7f2c21525b4b9950b23ec8200d1443b1137a8070 (patch) | |
tree | d43e5b94726699be7c38104ea2a262d8774c9c9b /lib | |
parent | 5fce52076eeb01dfb1717bc9b43fa5ab46f5eaf1 (diff) | |
download | coreutils-7f2c21525b4b9950b23ec8200d1443b1137a8070.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/getopt.c | 3 |
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 |