]> git.sur5r.net Git - cc65/commit
Fixed the handling of "while (0) {}". 418/head
authorGreg King <gregdk@users.sf.net>
Fri, 7 Apr 2017 13:26:58 +0000 (09:26 -0400)
committerGreg King <gregdk@users.sf.net>
Fri, 7 Apr 2017 13:26:58 +0000 (09:26 -0400)
commit1aab28718915964b33ae87a70617966719364663
tree327a7612ef1083971e9373479abc57d56e2ede91
parente43dbe1c24a14416b8a2802af17ecd237deef25d
Fixed the handling of "while (0) {}".

It's a corner case; but, conditional macroes might create it -- better safe than sorry.
src/cc65/stmt.c
test/val/while.c