diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-11 21:18:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-11 21:18:42 +0000 |
commit | 5a5560f0f98a8c68dbe386055c487718d86aa321 (patch) | |
tree | 3091dbf412ab9184d80af305c5d70089bde51e35 | |
parent | 0ed24bc67fe5ac9cc5e01d68c0959fcdfccc96aa (diff) | |
download | glibc-5a5560f0f98a8c68dbe386055c487718d86aa321.tar glibc-5a5560f0f98a8c68dbe386055c487718d86aa321.tar.gz glibc-5a5560f0f98a8c68dbe386055c487718d86aa321.tar.bz2 glibc-5a5560f0f98a8c68dbe386055c487718d86aa321.zip |
* posix/getopt.c (nonoption_flags_max_len, nonoption_flags_len):
Make these defns conditional on [USE_NONOPTION_FLAGS].
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +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]. + 2001-08-11 Ulrich Drepper <drepper@redhat.com> * config.h.in: Add #undef line for USE_NONOPTION_FLAGS. |