diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-24 05:42:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-24 05:42:34 +0000 |
commit | 575b273bdc8b2fe0be70396486e9fbc400b2e641 (patch) | |
tree | 6df0b1bb75edc18a3786b5f7fe470ac7bce3ea73 /locale/localeinfo.h | |
parent | 46fd4f671c45b70909e03160aa4568db5f6c8556 (diff) | |
download | glibc-575b273bdc8b2fe0be70396486e9fbc400b2e641.tar.gz glibc-575b273bdc8b2fe0be70396486e9fbc400b2e641.tar.xz glibc-575b273bdc8b2fe0be70396486e9fbc400b2e641.zip |
Update.
1999-12-23 Ulrich Drepper <drepper@cygnus.com> * locale/en_BW: New file. * locale/en_ZW: New file. Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>. Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
Diffstat (limited to 'locale/localeinfo.h')
-rw-r--r-- | locale/localeinfo.h | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/locale/localeinfo.h b/locale/localeinfo.h index c72ea9d84d..078e205f4f 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 */ |