Fix a regression in MAP-INTO.
commit3e80117f9aa110e576626d9e31721d58a1d4bf37
authorStas Boukarev <stassats@gmail.com>
Sat, 7 Jun 2014 22:16:45 +0000 (8 02:16 +0400)
committerStas Boukarev <stassats@gmail.com>
Sat, 7 Jun 2014 22:16:45 +0000 (8 02:16 +0400)
tree5d0814d82ba03acfd455bfe4864314328b7c85c1
parentb735a208c2105ce6d9677f5fc3e67af26344b8a5
Fix a regression in MAP-INTO.

A change in the %MAP transform also required a change in
BUILD-SEQUENCE-ITERATOR, but it wasn't the only place where it was
used.

Spotted by David O'Toole, tracked down by Bart Botta.
src/compiler/seqtran.lisp
tests/map-tests.impure.lisp