diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-05 20:43:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-05 20:43:57 +0000 |
commit | 6685edd3c66d009b4172483051fe6f795cc5df49 (patch) | |
tree | 111dd8a2e2068b68062de863ec3256674165b249 /ChangeLog | |
parent | 9c8cfaf5434811ede5405711d3c0fd8eef5f65b3 (diff) | |
download | glibc-6685edd3c66d009b4172483051fe6f795cc5df49.tar glibc-6685edd3c66d009b4172483051fe6f795cc5df49.tar.gz glibc-6685edd3c66d009b4172483051fe6f795cc5df49.tar.bz2 glibc-6685edd3c66d009b4172483051fe6f795cc5df49.zip |
Update.
* ctype/ctype.h (_ISbit): Protect use of parameter with
* wctype/wctype.h (_ISwbit): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ 1998-12-05 Ulrich Drepper <drepper@cygnus.com> - * wctype/wctype.h (_ISwbit): Protext use of parameter with + * ctype/ctype.h (_ISbit): Protect use of parameter with parentheses. + * wctype/wctype.h (_ISwbit): Likewise. * locale/Versions: Make experimental locale interface available in GLIBC_2.1. |