diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-07-08 15:02:58 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-07-08 15:02:58 +0530 |
commit | 7c33f1e52c7ed39416b24c894e61d39eabf6cd14 (patch) | |
tree | 4f19bb24fde0dfd9cd02bd1e87dd75a42dd6cce0 /localedata/tests-mbwc/dat_mbstowcs.c | |
parent | 87868c2418fb74357757e3b739ce5b76b17a8929 (diff) | |
download | glibc-7c33f1e52c7ed39416b24c894e61d39eabf6cd14.tar.gz |
Fix Wundef warning with SHOJI_IS_RIGHT
The macro is not defined anywhere, so it looks like we're convinced
that Shoji is wrong :)
Diffstat (limited to 'localedata/tests-mbwc/dat_mbstowcs.c')
-rw-r--r-- | localedata/tests-mbwc/dat_mbstowcs.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/localedata/tests-mbwc/dat_mbstowcs.c b/localedata/tests-mbwc/dat_mbstowcs.c index cabe4cdf24..32aa8065c3 100644 --- a/localedata/tests-mbwc/dat_mbstowcs.c +++ b/localedata/tests-mbwc/dat_mbstowcs.c @@ -107,19 +107,9 @@ TST_MBSTOWCS tst_mbstowcs_loc [] = { { /*----------------- #02 -----------------*/ { { -#ifdef SHOJI_IS_RIGHT - /* XXX I really don't understand the first and third line. - the result of the first line is the same as the first - in the last test (i.e., returns 6). Also, the third - test will simply convert everything. */ - { 1, 1, "\244\242\244\244\244\246ABC", 7 }, - { 1, 1, "", 1 }, - { 0, 1, "\244\242\244\244\244\246ABC", 7 }, -#else { 1, 1, "\244\242\244\244\244\246ABC", 4 }, { 1, 1, "", 1 }, { 0, 1, "\244\242\244\244\244\246ABC", 0 }, -#endif } }, { |