From: Roland McGrath Date: Sat, 11 Aug 2001 21:18:42 +0000 (+0000) Subject: * posix/getopt.c (nonoption_flags_max_len, nonoption_flags_len): X-Git-Tag: cvs/glibc-2_2_4~24 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=5a5560f0f98a8c68dbe386055c487718d86aa321;p=glibc.git * posix/getopt.c (nonoption_flags_max_len, nonoption_flags_len): Make these defns conditional on [USE_NONOPTION_FLAGS]. --- diff --git a/ChangeLog b/ChangeLog index 325c5bd030..dcfb2ba0f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-08-11 Roland McGrath + + * posix/getopt.c (nonoption_flags_max_len, nonoption_flags_len): + Make these defns conditional on [USE_NONOPTION_FLAGS]. + 2001-08-11 Ulrich Drepper * config.h.in: Add #undef line for USE_NONOPTION_FLAGS.