From 2a656c95d63d085ad73e8b5ca1470d02055385d5 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 11 Aug 2001 20:18:41 +0000 Subject: 2001-08-11 Roland McGrath * posix/getopt.c (nonoption_flags_max_len, nonoption_flags_len): Make these defns conditional on [USE_NONOPTION_FLAGS]. --- posix/getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit 1.4.1