diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-10 05:01:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-10 05:01:07 +0000 |
commit | 40deae084780af51458714b5d0c5a88787c8fcd1 (patch) | |
tree | fc8c0db5f5181b5c93626f0eabfef849779fd7b1 /locale/C-monetary.c | |
parent | ff3d7ed36ae26261cc1c76e5f03ee053d65f9229 (diff) | |
download | glibc-40deae084780af51458714b5d0c5a88787c8fcd1.tar.gz glibc-40deae084780af51458714b5d0c5a88787c8fcd1.tar.xz glibc-40deae084780af51458714b5d0c5a88787c8fcd1.zip |
* 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.
Diffstat (limited to 'locale/C-monetary.c')
-rw-r--r-- | locale/C-monetary.c | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/locale/C-monetary.c b/locale/C-monetary.c index 085ab017a2..7e2b1bc3a7 100644 --- a/locale/C-monetary.c +++ b/locale/C-monetary.c @@ -10,19 +10,21 @@ const struct locale_data _nl_C_LC_MONETARY = { NULL, 0, /* no file mapped */ 15, - "", - "", - "", - "", - "\377", - "", - "", - "\377", - "\377", - "\377", - "\377", - "\377", - "\377", - "\377", - "\377", + { + "", + "", + "", + "", + "\377", + "", + "", + "\377", + "\377", + "\377", + "\377", + "\377", + "\377", + "\377", + "\377" + } }; |