diff top/maint.mk @ 16299:1e8c74a6b668

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 " (".
author Jim Meyering <meyering@redhat.com>
date Tue, 17 Jan 2012 18:10:01 +0100
parents 0505376775c9
children 7256be967b3a
line wrap: on
line diff
--- a/top/maint.mk	Tue Jan 17 18:05:45 2012 +0100
+++ b/top/maint.mk	Tue Jan 17 18:10:01 2012 +0100
@@ -502,7 +502,7 @@
 
 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: