Fixed a bug where variable initializations inside for loops were being compiled as...
authorVladimir Sedach <vsedach@gmail.com>
Sun, 8 Feb 2009 07:24:17 +0000 (00:24 -0700)
committerVladimir Sedach <vsedach@gmail.com>
Sun, 8 Feb 2009 07:24:17 +0000 (00:24 -0700)
commit083b7f89d502756ecc7c6ab70c87b8f790bd6905
tree1281c156588c4995d7b09fc76a81b567cd66f357
parentef3be63e540ed9b5361a534cfa2cf3f8a992deef
Fixed a bug where variable initializations inside for loops were being compiled as statements instead of expressions.
src/special-forms.lisp
t/ps-tests.lisp