mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 15:20:36 -08:00
- Bugfix: make C::GET-RETURN-TYPE return function's return type, not
argument type list.
This commit is contained in:
parent
2aa8494146
commit
14864f4b6d
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@
|
|||
(defun get-return-type (fname)
|
||||
(let ((x (assoc fname *function-declarations*)))
|
||||
(if x
|
||||
(second x)
|
||||
(third x)
|
||||
(get-sysprop fname 'PROCLAIMED-RETURN-TYPE))))
|
||||
|
||||
(defun get-local-arg-types (fun &aux x)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue