Correctly handle empty compound statements in check_reachable(), i.e. continue at...
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 11 Dec 2008 21:17:30 +0000 (21:17 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 11 Dec 2008 21:17:30 +0000 (21:17 +0000)
commit2aea3b89ef6059514709936636b62eb0bd9e3676
tree49efd6dd2ca27afca05bc8d2e75faa6592f72a09
parent0fb0c1295b09905fa554353f8735f7cf5bc59c43
Correctly handle empty compound statements in check_reachable(), i.e. continue at the statement after the {}.

[r24548]
parser.c