mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
Patch for tracker bug ID: 2900631. Losing non-primary values in compiled, proclaimed function calls (Abhishek)
This commit is contained in:
parent
fddb943c98
commit
a0017d2185
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
|||
((or (endp (cdar return-types))
|
||||
(member (cadar return-types) '(&optional &rest &key)))
|
||||
t)
|
||||
(t (type-filter (cadar return-types)))))
|
||||
(t (type-filter (car return-types) t))))
|
||||
(t (type-filter (car return-types)))))
|
||||
|
||||
(defun add-function-proclamation (fname decl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue