]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(SET_REGS_MATCHED): Enclose if-stmt in `do {...} while(0)'
authorJim Meyering <jim@meyering.net>
Tue, 28 Feb 1995 13:54:33 +0000 (13:54 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 28 Feb 1995 13:54:33 +0000 (13:54 +0000)
commit6e811f30ac5cb7cdf9c60b8bc2ae5ea28646f975
treedc101149ffd33b91ced02c8552ecd2793cc29393
parent40f6e920679bdadd5f391d8043347489d89993d1
(SET_REGS_MATCHED): Enclose if-stmt in `do {...} while(0)'
instead of using trailing `else' -- otherwise, gcc -Wall complains
of `empty body in an else-statement'.
lib/regex.c