mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
Fixed typo in the implementation of THE.
This commit is contained in:
parent
6801d9de04
commit
d013d603f0
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
(let* ((form (c1expr (second args)))
|
||||
(the-type (type-filter (first args) t))
|
||||
type)
|
||||
(if (setf type (type-and the-type (c1form-primary-type form)))
|
||||
(if (setf type (values-type-and the-type (c1form-primary-type form)))
|
||||
(setf (c1form-type form) type)
|
||||
(cmpwarn "Type mismatch was found in ~s." (cons 'THE args)))
|
||||
form))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue