isapipe: Move AC_LIBOBJ invocations to module description.
[pspp] / tests / test-locale-c++.cc
index c9c39fea8f2070f7a60ac5a63c9abf601ea56ff5..06b9a32d9786ae8a009b92084639d095d339e91e 100644 (file)
 #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