Fixed bug with function arguments not being respected for renaming by LET. Thanks...
commit0e2eef3d2abe3f3c81f39b3ced52f9ce92d46c7e
authorVladimir Sedach <vsedach@gmail.com>
Tue, 13 Sep 2011 17:56:35 +0000 (13 13:56 -0400)
committerVladimir Sedach <vsedach@gmail.com>
Tue, 13 Sep 2011 17:56:35 +0000 (13 13:56 -0400)
tree61447d71f7bf22e879a0446469978ea4f437b789
parentf1009119146f86654c82a7f86c3dc58372b036f3
Fixed bug with function arguments not being respected for renaming by LET. Thanks to Scott Bell for the bug report.
src/compiler.lisp
src/function-definition.lisp
src/special-operators.lisp
t/eval-tests.lisp
t/output-tests.lisp