X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-locale-c%2B%2B.cc;h=06b9a32d9786ae8a009b92084639d095d339e91e;hb=d1fa59e00fd51d96f8b946f01dde859275d84569;hp=e04a235e2efa8ecd13cc159e1eb03c326910a918;hpb=96687b16a22a4e07331bdeb5c3bdd534484f5b77;p=gnulib.git diff --git a/tests/test-locale-c++.cc b/tests/test-locale-c++.cc index e04a235e2..06b9a32d9 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 Free Software Foundation, Inc. + Copyright (C) 2010-2011 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,7 +24,11 @@ #include "signature.h" -#if GNULIB_DUPLOCALE && HAVE_DUPLOCALE +#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