projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fce520
)
.
author
Jim Meyering
<jim@meyering.net>
Mon, 21 Nov 1994 14:23:15 +0000
(14:23 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 21 Nov 1994 14:23:15 +0000
(14:23 +0000)
lib/getopt.c
patch
|
blob
|
history
diff --git
a/lib/getopt.c
b/lib/getopt.c
index 4bab2b1b9adfb0a16a79b6feb024fb2ef917ac1d..45b16d19dd692d222dfe19a719dd7d815a82a406 100644
(file)
--- 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