Patch for tracker bug ID: 2900631. Losing non-primary values in compiled, proclaimed function calls (Abhishek)

This commit is contained in:
Juan Jose Garcia Ripoll 2009-11-19 20:21:39 +01:00
parent fddb943c98
commit a0017d2185

View file

@ -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)