maint.mk: tell sc_prohibit_strcmp to ding "0 == strcmp (...)", too
authorJim Meyering <meyering@redhat.com>
Fri, 24 Feb 2012 08:45:54 +0000 (09:45 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 24 Feb 2012 11:47:43 +0000 (12:47 +0100)
commit9fa1fde7810f17950543fc5b6c40d953d812a1cc
treee981759ee87ef942246ddb2c1ffdaa9dbfb516a3
parent7b88472378ef4a201a63ccef0c07502b23287d7e
maint.mk: tell sc_prohibit_strcmp to ding "0 == strcmp (...)", too

* top/maint.mk (sc_prohibit_strcmp): Also prohibit uses of strcmp
uses with "==" *before* the call, e.g., 0 == strcmp (...)
Remove now-unnecessary str''cmp obfuscation.
Suggested by Akim Demaille.
ChangeLog
top/maint.mk