From: Jim Meyering Date: Mon, 21 Nov 1994 14:23:15 +0000 (+0000) Subject: . X-Git-Tag: cvs-readonly~8804 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=3568b0f65f89008800ff7d8d18380c77a8a56f4d;p=gnulib.git . --- 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