* cfg.mk: Enable sc_prohibit_hash_pjw_without_use.
* top/maint.mk (sc_prohibit_hash_pjw_without_use): Adjust regexp
to match any use of \<hash_pjw\>, i.e., not necessarily with a
following " (".
+2012-01-17 Jim Meyering <meyering@redhat.com>
+
+ maint: enable sc_prohibit_hash_pjw_without_use
+ * cfg.mk: Enable sc_prohibit_hash_pjw_without_use.
+ * top/maint.mk (sc_prohibit_hash_pjw_without_use): Adjust regexp
+ to match any use of \<hash_pjw\>, i.e., not necessarily with a
+ following " (".
+
2012-01-17 Jim Meyering <meyering@redhat.com>
maint: enable double-word-prohibiting rule
sc_prohibit_dirent_without_use \
sc_prohibit_error_without_use \
sc_prohibit_getopt_without_use \
- sc_prohibit_hash_pjw_without_use \
sc_prohibit_have_config_h \
sc_prohibit_intprops_without_use \
sc_prohibit_inttostr_without_use \
sc_prohibit_hash_pjw_without_use:
@h='hash-pjw.h' \
- re='\<hash_pjw *\(' \
+ re='\<hash_pjw\>' \
$(_sc_header_without_use)
sc_prohibit_safe_read_without_use: