Skip to content
Snippets Groups Projects
Commit 74ab65ac authored by ram's avatar ram
Browse files

In COERCE-TO-SMALLEST-ELTYPE, coerce to a SIMPLE-ARRAY, not just a VECTOR.

parent 3db589e0
No related branches found
No related tags found
No related merge requests found
...@@ -263,7 +263,7 @@ ...@@ -263,7 +263,7 @@
(frob))))) (frob)))))
(if max (if max
(coerce seq `(vector (integer 0 ,max))) (coerce seq `(simple-array (integer 0 ,max)))
(coerce seq 'simple-vector)))) (coerce seq 'simple-vector))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment