mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* locale/categories.def (LC_CTYPE): Merge CLASS_EB and CLASS_EL
into just CLASS. Add standard/optional flag to all items. * locale/localeinfo.h (_NL_CURRENT_DEFINE): Fix typo. * ctype/ctype.h [__BYTE_ORDER == __LITTLE_ENDIAN] (_ISbit): Rearrange defn to satisfy compiler. * locale/localeinfo.h: Declare _nl_current.
This commit is contained in:
@ -10,8 +10,10 @@ const struct locale_data _nl_C_LC_MESSAGES =
|
||||
{
|
||||
NULL, 0, /* no file mapped */
|
||||
4,
|
||||
"[yY][[:alpha:]]",
|
||||
"[nN][[:alpha:]]",
|
||||
"",
|
||||
"",
|
||||
{
|
||||
"[yY][[:alpha:]]",
|
||||
"[nN][[:alpha:]]",
|
||||
"",
|
||||
""
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user