1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

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

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;