unigbrk: New modules for grapheme clusters.
[pspp] / tests / test-math-c++.cc
index 7ad93c221dd6fa1c7e470e2175c609a100405ef1..49d0ca71bdeb7e6e425866c0793435722893c8f2 100644 (file)
@@ -80,6 +80,10 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::atanl, long double, (long double));
 SIGNATURE_CHECK (GNULIB_NAMESPACE::ceilf, float, (float));
 #endif
 
+#if GNULIB_TEST_CEIL
+SIGNATURE_CHECK (GNULIB_NAMESPACE::ceil, double, (double));
+#endif
+
 #if GNULIB_TEST_CEILL
 SIGNATURE_CHECK (GNULIB_NAMESPACE::ceill, long double, (long double));
 #endif