diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-15 06:18:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-15 06:18:31 +0000 |
commit | c76a1727ad856483bc296e3afbd16d48686790eb (patch) | |
tree | c2a30e1d00808480e7944bbf78b98ca0f05be559 /localedata | |
parent | 111adf27a38439ea4287c96a05652d45c66287fb (diff) | |
download | glibc-c76a1727ad856483bc296e3afbd16d48686790eb.tar.gz glibc-c76a1727ad856483bc296e3afbd16d48686790eb.tar.xz glibc-c76a1727ad856483bc296e3afbd16d48686790eb.zip |
Increase MONSIZE.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/tests-mbwc/tst_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/tests-mbwc/tst_types.h b/localedata/tests-mbwc/tst_types.h index 2bf5a4f079..3d18279411 100644 --- a/localedata/tests-mbwc/tst_types.h +++ b/localedata/tests-mbwc/tst_types.h @@ -19,7 +19,7 @@ #define MBSSIZE 24 #define WCSSIZE 12 #define MONFMTSIZE 16 -#define MONSIZE 32 +#define MONSIZE 64 #define USE_MBCURMAX 99 /* well, but ... */ #define TST_DBL_EPS 2.22153e-16 #define WCSTOK_SEQNUM 3 |