mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 07:12:26 -08:00
'* is not a good output for CLOSEST-VECTOR-TYPE.
This commit is contained in:
parent
c1d902f009
commit
4d329047ee
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
(setq name type args nil)))
|
||||
(case name
|
||||
((VECTOR)
|
||||
(setq elt-type (if (endp args) '* (first args))
|
||||
(setq elt-type (if (endp args) 'T (first args))
|
||||
length (if (endp (rest args)) '* (second args))))
|
||||
((SIMPLE-VECTOR)
|
||||
(setq elt-type 'T
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue