Fix REPLACE and REPLACE transforms when copying zero elements.
commit163104568d17ece9ba441063cbed13d30ef2650d
authorStas Boukarev <stassats@gmail.com>
Sun, 18 Feb 2018 11:32:10 +0000 (18 14:32 +0300)
committerStas Boukarev <stassats@gmail.com>
Sun, 18 Feb 2018 12:21:48 +0000 (18 15:21 +0300)
treed82ff49ebb4b0cf4f3ecf0864286cb402d06037d
parent70b1a3a5b967e2e959093ac1db0c5d2a2ede2445
Fix REPLACE and REPLACE transforms when copying zero elements.

The indexes can become -1 conflicting with the INDEX type.
src/code/seq.lisp
src/compiler/seqtran.lisp
tests/compiler-2.pure.lisp