2001-08-11 Roland McGrath <roland@frob.com>

* posix/getopt.c (nonoption_flags_max_len, nonoption_flags_len):
	Make these defns conditional on [USE_NONOPTION_FLAGS].
This commit is contained in:
Roland McGrath 2001-08-11 20:18:41 +00:00
parent 518a0dd201
commit 2a656c95d6
1 changed files with 1 additions and 1 deletions

View File

@ -256,10 +256,10 @@ static int last_nonopt;
#ifdef USE_NONOPTION_FLAGS
/* Defined in getopt_init.c */
extern char *__getopt_nonoption_flags;
#endif
static int nonoption_flags_max_len;
static int nonoption_flags_len;
#endif
static int original_argc;
static char *const *original_argv;