Fix a regression in LOOP.
commit17072c848a5107a4c3d7cc2d34bc302d701aa82f
authorStas Boukarev <stassats@gmail.com>
Sat, 31 May 2014 14:54:16 +0000 (31 18:54 +0400)
committerStas Boukarev <stassats@gmail.com>
Sat, 31 May 2014 14:55:01 +0000 (31 18:55 +0400)
treedb4544e5650f0b256e454b2fd05ba96371e507f5
parent68d50581383bfdcbdc9fdd50e64b4e17bccefdf9
Fix a regression in LOOP.

(loop for i from #c(1 2) ...) is legal. I would think that
(loop for i from #c(1 2) to #c(5 2)) should work to, but everybody seems to
agree that it shouldn't, so I left it not working.

Found out by ansi-cl-tests.
src/code/loop.lisp
tests/loop.pure.lisp