+2025-09-08 Bruno Haible <bruno@clisp.org>
+
+ stdcountof-h tests: Fix compilation error with clang 21.
+ * tests/test-stdcountof-h.c (test_func): Don't use _gl_verify_is_array
+ if it's not defined.
+
2025-09-08 Bruno Haible <bruno@clisp.org>
announce-gen: Improve efficiency of "git clone".
(void) local_bounded;
+#ifdef _gl_verify_is_array
(void) _gl_verify_is_array (unbounded);
(void) _gl_verify_is_array (bounded);
(void) _gl_verify_is_array (multidimensional);
+#endif
ASSERT (countof (bounded) == 10);
ASSERT (countof (multidimensional) == 10);
ASSERT (countof (local_bounded) == 20);
#if 0 /* These produce compilation errors. */
+# ifdef _gl_verify_is_array
(void) _gl_verify_is_array (integer);
(void) _gl_verify_is_array (parameter);
+# endif
ASSERT (countof (integer) >= 0);
ASSERT (countof (unbounded) >= 0);