summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-17 18:10:01 +0100
committerJim Meyering <meyering@redhat.com>2012-01-21 15:07:02 +0100
commitfaba3cb9ba610dcdd025f3cfc517185a4ed4b2ac (patch)
treeefb1555a8c7f6ae75bf08fa82b1014745b74b39e /top
parentc11a09e1151faa5317e7d0bf347f6379130a4efb (diff)
downloadgnulib-faba3cb9ba610dcdd025f3cfc517185a4ed4b2ac.tar.gz
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 " (".
Diffstat (limited to 'top')
-rw-r--r--top/maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/top/maint.mk b/top/maint.mk
index ad6aac7ed7..2668655269 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -502,7 +502,7 @@ sc_prohibit_same_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: