* top/maint.mk (sc_prohibit_verify_without_use):
Adjust re to match verify.h.
2022-09-11 Paul Eggert <eggert@cs.ucla.edu>
+ verify: improve maint check
+ * top/maint.mk (sc_prohibit_verify_without_use):
+ Adjust re to match verify.h.
+
verify: port better to C23
* lib/verify.h (_GL_VERIFY, static_assert):
If C23, use static_assert keyword; no macro.
# Prohibit the inclusion of verify.h without an actual use.
sc_prohibit_verify_without_use:
@h='verify.h' \
- re='\<(verify(true|expr)?|assume|static_assert) *\(' \
+ re='\<(verify(_expr)?|assume) *\(' \
$(_sc_header_without_use)
# Don't include xfreopen.h unless you use one of its functions.