Cleanups.

committer: mfx <mfx> 1041858220 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2003-01-06 13:03:40 +00:00
parent e537f25857
commit 5e5ea9f6e4

View File

@ -167,7 +167,7 @@ static int last_nonopt;
static void exchange (char **argv)
{
char *temp, **first, **last;
char *temp; char **first, **last;
/* Reverse all the elements [first_nonopt, optind) */
first = &argv[first_nonopt];
@ -523,7 +523,7 @@ static int _getopt_internal (int argc, char **argv, const char *optstring,
optind++;
return BAD_OPTION;
}
ambig = ambig;
(void) &ambig; /* UNUSED */
}
/* Look at and handle the next option-character. */