]> Savannah Git Hosting - gnulib.git/commitdiff
wchar-c++-tests: Update.
authorBruno Haible <bruno@clisp.org>
Fri, 5 May 2017 21:19:40 +0000 (23:19 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 5 May 2017 22:22:46 +0000 (00:22 +0200)
* tests/test-wchar-c++.cc (wcsftime): Declare, missing since 2017-04-30.

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

index a5a10e0e3a709247e294090e7c766b87618ed96a..294bb797cfc5822f7a25acd06ce0375cc9595c23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-05 Bruno Haible  <bruno@clisp.org>
+
+       wchar-c++-tests: Update.
+       * tests/test-wchar-c++.cc (wcsftime): Declare, missing since 2017-04-30.
+
 2017-05-05 Bruno Haible  <bruno@clisp.org>
 
        utime-h-c++-tests: New module.
index f8bea0f76c89512feded8a18434d406db93ca663..9dc552a4d7eaa8c08ba2248a90a507077d774b3c 100644 (file)
@@ -211,6 +211,11 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::wcstok, wchar_t *,
 SIGNATURE_CHECK (GNULIB_NAMESPACE::wcswidth, int, (const wchar_t *, size_t));
 #endif
 
+#if GNULIB_TEST_WCSFTIME
+SIGNATURE_CHECK (GNULIB_NAMESPACE::wcsftime, size_t,
+                 (wchar_t *, size_t, const wchar_t *, const struct tm *));
+#endif
+
 
 int
 main ()