summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-10-22 10:28:50 +0200
committerAkim Demaille <akim.demaille@gmail.com>2019-10-22 10:30:51 +0200
commitfffc8765455be047f97e632db7f30e1883c566ad (patch)
treed44ad44742c27b593c884513f939c7c9e0d0d83e /top
parentac7fd66617c1a3ace838b8660e70930c4182c1e0 (diff)
downloadgnulib-fffc8765455be047f97e632db7f30e1883c566ad.tar.gz
maintainer-makefile: update rule for argmatch
* top/maint.mk (sc_prohibit_argmatch_without_use): Add ARGMATCH_DEFINE_GROUP.
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 16e936022c..b4c2762f08 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -649,7 +649,7 @@ sc_prohibit_safe_read_without_use:
sc_prohibit_argmatch_without_use:
@h='argmatch.h' \
- re='(\<(ARRAY_CARDINALITY|X?ARGMATCH(|_TO_ARGUMENT|_VERIFY))\>|\<(invalid_arg|argmatch(_exit_fn|_(in)?valid)?) *\()' \
+ re='(\<(ARGMATCH_DEFINE_GROUP|ARRAY_CARDINALITY|X?ARGMATCH(|_TO_ARGUMENT|_VERIFY))\>|\<(invalid_arg|argmatch(_exit_fn|_(in)?valid)?) *\()' \
$(_sc_header_without_use)
sc_prohibit_canonicalize_without_use: