X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-locale.c;h=cf4e6e81ec274f7117aced27c5566174c3f1cf32;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=1dafdf375a37aa2ed78e852935317c9f8e095dec;hpb=55b2f23f298f16802baf844d9dd150dba298fd00;p=gnulib.git diff --git a/tests/test-locale.c b/tests/test-locale.c index 1dafdf375..cf4e6e81e 100644 --- a/tests/test-locale.c +++ b/tests/test-locale.c @@ -1,5 +1,5 @@ /* Test of substitute. - Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2007, 2009-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -68,14 +68,12 @@ main () ls += sizeof (l.n_sep_by_space); ls += sizeof (*l.int_curr_symbol); ls += sizeof (l.int_frac_digits); -#if 0 ls += sizeof (l.int_p_cs_precedes); ls += sizeof (l.int_p_sign_posn); ls += sizeof (l.int_p_sep_by_space); ls += sizeof (l.int_n_cs_precedes); ls += sizeof (l.int_n_sign_posn); ls += sizeof (l.int_n_sep_by_space); -#endif return 0; }