Fixed "return break" bug in fall-through case statements (thanks to Scott Bell for...
commit72c36c63f38f1deb8c39c430c7a2372d2c0a24d7
authorVladimir Sedach <vsedach@gmail.com>
Sat, 10 Dec 2011 02:11:04 +0000 (9 21:11 -0500)
committerVladimir Sedach <vsedach@gmail.com>
Sat, 10 Dec 2011 02:11:04 +0000 (9 21:11 -0500)
treede0072c57298d1ba181f5e76f6fe169495af9617
parent86b2456a40b577b46298031676abd072c666d371
Fixed "return break" bug in fall-through case statements (thanks to Scott Bell for the bug report).
src/special-operators.lisp
t/eval-tests.lisp
t/output-tests.lisp