* top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
+2010-02-10 Jim Meyering <meyering@redhat.com>
+
+ maint.mk: prohibit inclusion of "ignore-value.h" without_use
+ * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
+
2010-02-09 Eric Blake <ebb9@byu.net>
and Bruno Haible <bruno@clisp.org>
@h='"inttostr.h"' re='\<(off|[iu]max|uint)tostr *\(' \
$(_header_without_use)
+# Don't include this header unless you use one of its functions.
+sc_prohibit_ignore_value_without_use:
+ @h='"ignore-value.h"' re='\<ignore_(value|ptr) *\(' \
+ $(_header_without_use)
+
# Don't include this header unless you use one of its functions.
sc_prohibit_error_without_use:
@h='"error.h"' \