Cleanups.
committer: mfx <mfx> 1041858220 +0000
This commit is contained in:
+2
-2
@@ -167,7 +167,7 @@ static int last_nonopt;
|
|||||||
|
|
||||||
static void exchange (char **argv)
|
static void exchange (char **argv)
|
||||||
{
|
{
|
||||||
char *temp, **first, **last;
|
char *temp; char **first, **last;
|
||||||
|
|
||||||
/* Reverse all the elements [first_nonopt, optind) */
|
/* Reverse all the elements [first_nonopt, optind) */
|
||||||
first = &argv[first_nonopt];
|
first = &argv[first_nonopt];
|
||||||
@@ -523,7 +523,7 @@ static int _getopt_internal (int argc, char **argv, const char *optstring,
|
|||||||
optind++;
|
optind++;
|
||||||
return BAD_OPTION;
|
return BAD_OPTION;
|
||||||
}
|
}
|
||||||
ambig = ambig;
|
(void) &ambig; /* UNUSED */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Look at and handle the next option-character. */
|
/* Look at and handle the next option-character. */
|
||||||
|
|||||||
Reference in New Issue
Block a user