mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Update.
2000-07-18 Ulrich Drepper <drepper@redhat.com> * intl/Makefile: Make sure tst-translit is run after tst-gettext. * locale/C-ctype.c: Add initializers for gap elements. * locale/programs/ld-ctype.c (ctype_output): Write out index entries for gap elements.
This commit is contained in:
@ -349,9 +349,12 @@ const struct locale_data _nl_C_LC_CTYPE =
|
||||
{
|
||||
{ string: _nl_C_LC_CTYPE_class },
|
||||
{ string: (const char *) _nl_C_LC_CTYPE_toupper },
|
||||
{ string: NULL },
|
||||
{ string: (const char *) _nl_C_LC_CTYPE_tolower },
|
||||
{ string: NULL },
|
||||
{ string: _nl_C_LC_CTYPE_class32 },
|
||||
{ string: (const char *) _nl_C_LC_CTYPE_names },
|
||||
{ string: NULL },
|
||||
{ word: 256 },
|
||||
{ word: 1 },
|
||||
{ string: "upper\0" "lower\0" "alpha\0" "digit\0" "xdigit\0" "space\0"
|
||||
|
Reference in New Issue
Block a user