* 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>
+
+ 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.
#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));