changeset 360:762da0802243

.
author Jim Meyering <jim@meyering.net>
date Mon, 21 Nov 1994 14:23:15 +0000
parents 28b24817a77d
children a38ad5e6b55d
files lib/getopt.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getopt.c
+++ b/lib/getopt.c
@@ -478,7 +478,8 @@
       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