.
authorJim Meyering <jim@meyering.net>
Mon, 21 Nov 1994 14:23:15 +0000 (14:23 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 21 Nov 1994 14:23:15 +0000 (14:23 +0000)
lib/getopt.c

index 4bab2b1..45b16d1 100644 (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