1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00
This commit is contained in:
Jim Meyering
1994-11-21 14:23:15 +00:00
parent 5fce52076e
commit 7f2c21525b

View File

@@ -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