maint.mk: correct omissions in prohibit_argmatch_without_use check
authorJim Meyering <meyering@redhat.com>
Sun, 3 Jul 2011 21:00:15 +0000 (23:00 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 3 Jul 2011 21:00:15 +0000 (23:00 +0200)
commit84fb438212273a62452a0eea47dc695e0c3c911f
treec708b6281c7fe6cd9926116baec9c0536ff422b4
parent6b147027a1d9870d7d85e8aa8703c1233031a99c
maint.mk: correct omissions in prohibit_argmatch_without_use check

This rule would mistakenly report that argmatch.h is included without
use even when both the argmatch and invalid_arg macro were used.
* top/maint.mk (sc_prohibit_argmatch_without_use): Also detect uses
of argmatch and invalid_arg.
ChangeLog
top/maint.mk