]> Savannah Git Hosting - gnulib.git/commitdiff
string-c++-tests: Update.
authorBruno Haible <bruno@clisp.org>
Fri, 5 May 2017 20:36:48 +0000 (22:36 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 5 May 2017 22:22:44 +0000 (00:22 +0200)
* tests/test-string-c++.cc (ffsl): Declare, missing since 2011-07-15.
(ffsll): Declare, missing since 2011-07-15.

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

index 1ab7e7f88aab7e7df42a77760ee79f58eba1a772..4a9d1a10bc6b9a2a1cec17b4263ff1ae7e47720a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-05-05 Bruno Haible  <bruno@clisp.org>
+
+       string-c++-tests: Update.
+       * tests/test-string-c++.cc (ffsl): Declare, missing since 2011-07-15.
+       (ffsll): Declare, missing since 2011-07-15.
+
 2017-05-05 Bruno Haible  <bruno@clisp.org>
 
        stdlib-c++-tests: Update.
index 4424f5df0dbfab1ac59bcdff18abe6df95a84400..789a269d511335ad9cf4b669f91ac513b93d10c6 100644 (file)
 #include "signature.h"
 
 
+#if GNULIB_TEST_FFSL
+SIGNATURE_CHECK (GNULIB_NAMESPACE::ffsl, int, (long int));
+#endif
+
+#if GNULIB_TEST_FFSLL
+SIGNATURE_CHECK (GNULIB_NAMESPACE::ffsll, int, (long long int));
+#endif
+
 #if GNULIB_TEST_MEMCHR
 SIGNATURE_CHECK (GNULIB_NAMESPACE::memchr, void *,
                  (void const *, int, size_t));