]> git.sur5r.net Git - cc65/commit
Switch statement may now contain arbitrary code as the standard requires. The
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 1 Aug 2008 19:44:01 +0000 (19:44 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 1 Aug 2008 19:44:01 +0000 (19:44 +0000)
commit64ec376140353367ed03cb7f294529f7536a1b9d
treef664f8ef1e3c0d3b37a9c3e059b0af8c9985e293
parent22d89f558ec0ec1608ea1eb61b292960d988dffc
Switch statement may now contain arbitrary code as the standard requires. The
compiler will now accept stuff like Duffs device.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3859 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/stmt.c
src/cc65/stmt.h
src/cc65/swstmt.c
src/cc65/swstmt.h