summary refs log tree commit diff
path: root/localedata/tests-mbwc/dat_mbrlen.c
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-07-08 15:02:58 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-07-08 15:02:58 +0530
commit7c33f1e52c7ed39416b24c894e61d39eabf6cd14 (patch)
tree4f19bb24fde0dfd9cd02bd1e87dd75a42dd6cce0 /localedata/tests-mbwc/dat_mbrlen.c
parent87868c2418fb74357757e3b739ce5b76b17a8929 (diff)
downloadglibc-7c33f1e52c7ed39416b24c894e61d39eabf6cd14.tar.gz
glibc-7c33f1e52c7ed39416b24c894e61d39eabf6cd14.tar.xz
glibc-7c33f1e52c7ed39416b24c894e61d39eabf6cd14.zip
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_mbrlen.c')
-rw-r--r--localedata/tests-mbwc/dat_mbrlen.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/localedata/tests-mbwc/dat_mbrlen.c b/localedata/tests-mbwc/dat_mbrlen.c
index a21ab762a8..61e8423115 100644
--- a/localedata/tests-mbwc/dat_mbrlen.c
+++ b/localedata/tests-mbwc/dat_mbrlen.c
@@ -123,13 +123,9 @@ TST_MBRLEN tst_mbrlen_loc [] = {
 	{
 	  {
 	    { 0,		1, -2,		     },
-#ifdef SHOJI_IS_RIGHT
-	    { 0,		1, +2,		     },
-#else
 	    /* XXX ISO C explicitly says that the return value does not
 	       XXX reflect the bytes contained in the state.  */
 	    { 0,		1, +1,		     },
-#endif
 	    { 0,		1,  2,		     },
 	  }
 	}