Fixed AREF when an expression is passed as the array.
authorTravis Cross <tc@traviscross.com>
Fri, 22 Aug 2008 07:07:07 +0000 (07:07 +0000)
committerTravis Cross <tc@traviscross.com>
Fri, 22 Aug 2008 07:07:07 +0000 (07:07 +0000)
commitd43d746efb22f4fb999a269bf324dd5511a06197
tree927aa7f9e2757bfac9954da7606ccc10ee519b88
parent356992f3da52655e60478e3d3c2826c896361980
Fixed AREF when an expression is passed as the array.

(aref (or a b c) 0) now works.

Thanks to Daniel Gackle for the bug report.
src/printer.lisp