From 575b273bdc8b2fe0be70396486e9fbc400b2e641 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 24 Dec 1999 05:42:34 +0000 Subject: Update. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1999-12-23 Ulrich Drepper * locale/en_BW: New file. * locale/en_ZW: New file. Contributed by Schalk W. Cronjé . Contributed by Schalk W. Cronjé . --- locale/localeinfo.h | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'locale/localeinfo.h') diff --git a/locale/localeinfo.h b/locale/localeinfo.h index c72ea9d..078e205 100644 --- a/locale/localeinfo.h +++ b/locale/localeinfo.h @@ -36,9 +36,7 @@ #define LIMAGIC(category) (0x980505 ^ (category)) /* Two special weight constants for the collation data. */ -#define FORWARD_CHAR ((uint32_t) 0xfffffffd) -#define ELLIPSIS_CHAR ((uint32_t) 0xfffffffe) -#define IGNORE_CHAR ((uint32_t) 0xffffffff) +#define IGNORE_CHAR 2 /* We use a special value for the usage counter in `locale_data' to signal that this data must never be removed anymore. */ @@ -184,13 +182,8 @@ extern const wchar_t *_nl_get_walt_digit (unsigned int number); /* Global variables for LC_COLLATE category data. */ -extern const uint32_t *__collate_tablewc; -extern const uint32_t *__collate_extrawc; -extern const uint32_t *__collate_element_hash; -extern const char *__collate_element_strings; -extern const uint32_t *__collate_element_values; -extern const uint32_t *__collate_symbol_hash; -extern const char *__collate_symbol_strings; -extern const uint32_t *__collate_symbol_classes; +extern const int32_t *__collate_tablemb; +extern const unsigned char *__collate_extrweightmb; +extern const unsigned char *__collate_extramb; #endif /* localeinfo.h */ -- cgit v1.1