From c6df09adf24ef80a84ae81680604165e74779f54 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 18 Jul 2000 08:13:18 +0000 Subject: Update. 2000-07-18 Ulrich Drepper * 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. --- locale/C-ctype.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'locale/C-ctype.c') diff --git a/locale/C-ctype.c b/locale/C-ctype.c index 344596d972..e93a585538 100644 --- a/locale/C-ctype.c +++ b/locale/C-ctype.c @@ -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" -- cgit 1.4.1