From: Roland McGrath Date: Sat, 11 Aug 2001 20:18:41 +0000 (+0000) Subject: 2001-08-11 Roland McGrath X-Git-Tag: cvs/glibc-2_2_4~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a656c95d63d085ad73e8b5ca1470d02055385d5;p=thirdparty%2Fglibc.git 2001-08-11 Roland McGrath * posix/getopt.c (nonoption_flags_max_len, nonoption_flags_len): Make these defns conditional on [USE_NONOPTION_FLAGS]. --- diff --git a/posix/getopt.c b/posix/getopt.c index 0a658b684c0..c66fc8813e2 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;