X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-locale.c;h=2e5c4fc85810021833dffa9b9c4b60da341d50a9;hb=13037c0c078f582710eb034c0613a9f74980d466;hp=625cc43d8446c3c6c1bd4bf0e4c57a4371417446;hpb=45acfcce8abb52fa5b26729646ee4b7fde856cca;p=gnulib.git diff --git a/tests/test-locale.c b/tests/test-locale.c index 625cc43d8..2e5c4fc85 100644 --- a/tests/test-locale.c +++ b/tests/test-locale.c @@ -1,5 +1,5 @@ /* Test of substitute. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2010 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 @@ -33,6 +33,11 @@ int a[] = LC_TIME }; +#if HAVE_NEWLOCALE +/* Check that the locale_t type and the LC_GLOBAL_LOCALE macro are defined. */ +locale_t b = LC_GLOBAL_LOCALE; +#endif + /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ verify (sizeof NULL == sizeof (void *));