From: Jim Meyering Date: Mon, 21 Nov 1994 14:23:15 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~431 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f2c21525b4b9950b23ec8200d1443b1137a8070;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/getopt.c b/lib/getopt.c index 4bab2b1b9a..45b16d19dd 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