In methods function's type declarations, the type and the name were swapped

This commit is contained in:
Juan Jose Garcia Ripoll 2008-06-04 22:59:49 +02:00
parent 54dc598232
commit 212fbd1d22

View file

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