From 3216711f5d4cdfcafd10377f479937cf360e2c69 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 31 Dec 1999 18:23:00 +0000 Subject: Update. 1999-12-31 Ulrich Drepper * locale/langinfo.h: Add constants for wide character collation symbol table. * locale/categories.def: Add appropriate entries for collate symbol table entries. * locale/C-collate.c: Add initializers for new entries. Remove commented out code. * locale/elem-hash.h: New file. * locale/Makefile (distribute): Add elem-hash.h. * locale/programs/ld-collate.c: Implement output of collate symbol table. * posix/regex.c: Implement collation class handling. --- locale/langinfo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'locale/langinfo.h') diff --git a/locale/langinfo.h b/locale/langinfo.h index e46fc65184..8ba42fa036 100644 --- a/locale/langinfo.h +++ b/locale/langinfo.h @@ -243,6 +243,9 @@ enum _NL_COLLATE_WEIGHTWC, _NL_COLLATE_EXTRAWC, _NL_COLLATE_INDIRECTWC, + _NL_COLLATE_SYMB_HASH_SIZEMB, + _NL_COLLATE_SYMB_TABLEMB, + _NL_COLLATE_SYMB_EXTRAMB, _NL_NUM_LC_COLLATE, /* LC_CTYPE category: character classification. -- cgit v1.2.3