]> Savannah Git Hosting - gnulib.git/commitdiff
locale-c++-tests: Update.
authorBruno Haible <bruno@clisp.org>
Fri, 5 May 2017 19:57:14 +0000 (21:57 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 5 May 2017 22:22:37 +0000 (00:22 +0200)
* tests/test-locale-c++.cc (localeconv): Declare, missing since
2012-03-25.

ChangeLog
tests/test-locale-c++.cc

index 8f867383a64467b7594263054117b86a9b273ac9..7e958427e2552563525733c1909a04a29fdf3407 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-05-05 Bruno Haible  <bruno@clisp.org>
+
+       locale-c++-tests: Update.
+       * tests/test-locale-c++.cc (localeconv): Declare, missing since
+       2012-03-25.
+
 2017-05-05 Bruno Haible  <bruno@clisp.org>
 
        inttypes-c++-tests: New module.
index 68a9b0787f941fdea46807bb7e1d3cb3582523a2..c876b31473cad5c5de09ec8e41951169e9a83756 100644 (file)
 #include "signature.h"
 
 
+#if GNULIB_TEST_LOCALECONV
+SIGNATURE_CHECK (GNULIB_NAMESPACE::localeconv, struct lconv *, (void));
+#endif
+
 #if GNULIB_TEST_SETLOCALE
 SIGNATURE_CHECK (GNULIB_NAMESPACE::setlocale, char *, (int, const char *));
 #endif