diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-22 20:10:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-22 20:10:10 +0000 |
commit | a334319f6530564d22e775935d9c91663623a1b4 (patch) | |
tree | b5877475619e4c938e98757d518bb1e9cbead751 /localedata/locales/de_CH | |
parent | 0ecb606cb6cf65de1d9fc8a919bceb4be476c602 (diff) | |
download | glibc-a334319f6530564d22e775935d9c91663623a1b4.tar glibc-a334319f6530564d22e775935d9c91663623a1b4.tar.gz glibc-a334319f6530564d22e775935d9c91663623a1b4.tar.bz2 glibc-a334319f6530564d22e775935d9c91663623a1b4.zip |
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
Diffstat (limited to 'localedata/locales/de_CH')
-rw-r--r-- | localedata/locales/de_CH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/locales/de_CH b/localedata/locales/de_CH index 84963b56fd..96d44b5ee4 100644 --- a/localedata/locales/de_CH +++ b/localedata/locales/de_CH @@ -62,7 +62,7 @@ LC_MONETARY int_curr_symbol "<U0043><U0048><U0046><U0020>" currency_symbol "<U0046><U0072><U002E>" mon_decimal_point "<U002E>" -mon_thousands_sep "<U0027>" +mon_thousands_sep "<U0020>" mon_grouping 3;3 positive_sign "" negative_sign "<U002D>" @@ -78,7 +78,7 @@ END LC_MONETARY LC_NUMERIC decimal_point "<U002E>" -thousands_sep "<U0027>" +thousands_sep "<U0020>" grouping 3;3 END LC_NUMERIC |