summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-11 20:18:41 +0000
committerRoland McGrath <roland@gnu.org>2001-08-11 20:18:41 +0000
commit2a656c95d63d085ad73e8b5ca1470d02055385d5 (patch)
treec5f4e7aa4dea65424129265b3fd4015c78887635 /posix
parent518a0dd201c48a5c15d73c1919c304a9f8f5e3c1 (diff)
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].
Diffstat (limited to 'posix')
-rw-r--r--posix/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/getopt.c b/posix/getopt.c
index 0a658b684c..c66fc8813e 100644
--- a/posix/getopt.c
+++ b/posix/getopt.c
@@ -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;