Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
74ab65ac
Commit
74ab65ac
authored
Mar 14, 1990
by
ram
Browse files
In COERCE-TO-SMALLEST-ELTYPE, coerce to a SIMPLE-ARRAY, not just a VECTOR.
parent
3db589e0
Changes
1
Show whitespace changes
Inline
Side-by-side
compiler/debug-dump.lisp
View file @
74ab65ac
...
@@ -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
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment