Fixed 'flatten' to correctly handle lists with non-nil cdr (ie '(1 . 2)).
authorVladimir Sedach <vsedach@gmail.com>
Mon, 8 Jun 2009 04:35:05 +0000 (22:35 -0600)
committerVladimir Sedach <vsedach@gmail.com>
Mon, 8 Jun 2009 04:35:05 +0000 (22:35 -0600)
commit604b5bbea9dd9eff7a21a59f2236f0d9374a13db
tree2412ac3b939f8cb2056e264ab50d00fb00f70b8b
parent467e94fdca82df268844ed880beffdda040a46f1
Fixed 'flatten' to correctly handle lists with non-nil cdr (ie '(1 . 2)).

Thanks to Scott Bell for the bug report.
http://common-lisp.net/pipermail/parenscript-devel/2009-June/000528.html
src/utils.lisp