X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-locale-c%2B%2B.cc;h=7d9c9956808a865e43302ba3e0c6850439e74c54;hb=4779b635ef35c7b0bc4044fcb5bc746d06f158c4;hp=c9c39fea8f2070f7a60ac5a63c9abf601ea56ff5;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/tests/test-locale-c++.cc b/tests/test-locale-c++.cc index c9c39fea8..7d9c99568 100644 --- a/tests/test-locale-c++.cc +++ b/tests/test-locale-c++.cc @@ -1,5 +1,5 @@ /* Test of substitute in C++ mode. - Copyright (C) 2010-2011 Free Software Foundation, Inc. + Copyright (C) 2010-2013 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 @@ -24,6 +24,10 @@ #include "signature.h" +#if GNULIB_TEST_SETLOCALE +SIGNATURE_CHECK (GNULIB_NAMESPACE::setlocale, char *, (int, const char *)); +#endif + #if GNULIB_TEST_DUPLOCALE && HAVE_DUPLOCALE SIGNATURE_CHECK (GNULIB_NAMESPACE::duplocale, locale_t, (locale_t)); #endif