removing useless parentheses in cpp #define directives
authorJim Meyering <meyering@redhat.com>
Mon, 1 Feb 2010 18:05:26 +0000 (19:05 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 2 Feb 2010 07:00:53 +0000 (08:00 +0100)
commit0c9191b333f31bf193a4417597015864c7258d04
tree5a0b74b6da90e372b88fe729a1b4d99eec28283d
parent34deb3471655d57d311749b68d194ceee0081898
removing useless parentheses in cpp #define directives

For motivation, see commit c0221df4, "define STREQ(a,b)
consistently, removing useless parentheses"
* lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
* lib/mountlist.c (MNT_IGNORE): Likewise.
* lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
ChangeLog
lib/memcmp.c
lib/mountlist.c
lib/trim.h