diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-30 19:36:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-30 19:36:12 +0000 |
commit | 2b71beea82aa55d2e5aa8efa36013e0b6cc0d280 (patch) | |
tree | befe97bcba912922c949c4673febdd0c011d891f /ChangeLog | |
parent | 1ce8aaaedbf549702c607e8a944bcb06b2c37544 (diff) | |
download | glibc-2b71beea82aa55d2e5aa8efa36013e0b6cc0d280.zip glibc-2b71beea82aa55d2e5aa8efa36013e0b6cc0d280.tar.gz glibc-2b71beea82aa55d2e5aa8efa36013e0b6cc0d280.tar.bz2 |
* intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
[_LIBC] (category_to_name): Don't define the function. Instead
define a macro using _nl_category_names.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2002-08-30 Roland McGrath <roland@redhat.com> + * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY. + [_LIBC] (category_to_name): Don't define the function. Instead + define a macro using _nl_category_names. + * locale/xlocale.h (struct __locale_struct): New member `__names'. * locale/xlocale.c (_nl_C_locobj): Update initializer. * locale/global-locale.c (_nl_global_locale): Likewise. |