1.0.43.72: fix regression from 1.0.43.64
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 19 Oct 2010 10:24:01 +0000 (10:24 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 19 Oct 2010 10:24:01 +0000 (10:24 +0000)
commitc3bf5a0037aea195f13c14fb79d096b9677d0345
tree08f64832979e4ef2c5fca0c50d527a3e2dbaf5fe
parentd76dbf51c6184eea35a98758df312ae031b24d6f
1.0.43.72: fix regression from 1.0.43.64

 As usual, the original patch was fine, and it was my edits that
 wrecked havoc...

 Move DTYPE initialization to its proper place: LOOP-OPTIONAL-TYPE has
 side-effects and so cannot be called in the place where I so blithely
 moved it.

 Closes bug 654220 again.
src/code/loop.lisp
tests/loop.pure.lisp
version.lisp-expr