X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-locale.c;h=5bd7371f611212d98a77f9e2b30425e15cd1288f;hb=2bc9cabc544597791089f579a5a6d025792f47dc;hp=60a50a719d00f90e0b13a3a7c656a9573efb9103;hpb=b8521e81e705f88784e7a6709bcd6c5a3ea440e0;p=gnulib.git diff --git a/tests/test-locale.c b/tests/test-locale.c index 60a50a719..5bd7371f6 100644 --- a/tests/test-locale.c +++ b/tests/test-locale.c @@ -33,9 +33,14 @@ 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 *)); +verify (sizeof NULL == sizeof (void *)); int main ()