X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-wctype-h-c%2B%2B.cc;h=7208382506173963e8071091b3e62107669e901d;hb=6dc42e2d25df9c84b335062bad9beb0a7319647b;hp=1b02a9ed72cac5524f00ddb7e68154be12f5b296;hpb=52c4f309aad0bce5307f2cca26b59b76ed7574ab;p=pspp diff --git a/tests/test-wctype-h-c++.cc b/tests/test-wctype-h-c++.cc index 1b02a9ed72..7208382506 100644 --- a/tests/test-wctype-h-c++.cc +++ b/tests/test-wctype-h-c++.cc @@ -54,6 +54,10 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::towupper, wint_t, (wint_t)); SIGNATURE_CHECK (GNULIB_NAMESPACE::wctrans, wctrans_t, (const char *)); #endif +#if GNULIB_TEST_TOWCTRANS +SIGNATURE_CHECK (GNULIB_NAMESPACE::towctrans, wint_t, (wint_t, wctrans_t)); +#endif + int main ()