1.0.28.71: two regressions from the 1.0.28. series
[sbcl.git] / src / compiler / array-tran.lisp
index 340ce53..4c4ec20 100644 (file)
                   (truly-the ,result-spec
                    (initialize-vector ,alloc-form
                                       ,@(map 'list (lambda (elt)
-                                                     `(the ,elt-spec ,elt))
+                                                     `(the ,elt-spec ',elt))
                                              contents)))))))
           ;; any other :INITIAL-CONTENTS
           (initial-contents