mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-20 19:42:30 -08:00
In methods function's type declarations, the type and the name were swapped
This commit is contained in:
parent
54dc598232
commit
212fbd1d22
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
|||
(nconc (loop for name in required-parameters
|
||||
for type in specializers
|
||||
when (and (not (eq type t)) (symbolp type))
|
||||
nconc `((type ,name ,type)
|
||||
nconc `((type ,type ,name)
|
||||
(si::no-check-type ,name)))
|
||||
(cdar declarations)))
|
||||
(method-lambda
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue