X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fmethods.lisp;h=efbd4822141e3cf7710124267939151af3a8ccaf;hb=021c2d16629a00103948405549f0d70fd5ec9ad9;hp=c1e5fc462cb221bbf79fb6fc06d8777d7c89d06b;hpb=5f0bd05a15aaf93f46baf9b8aa3e9b0bfbca26ab;p=sbcl.git diff --git a/src/pcl/methods.lisp b/src/pcl/methods.lisp index c1e5fc4..efbd482 100644 --- a/src/pcl/methods.lisp +++ b/src/pcl/methods.lisp @@ -1414,7 +1414,7 @@ (make-dfun-lambda-list nargs applyp) (make-fast-method-call-lambda-list nargs applyp)))) (multiple-value-bind (cfunction constants) - (get-fun1 `(lambda + (get-fun1 `(named-lambda (gf-dispatch ,name) ,arglist ,@(unless function-p `((declare (ignore .pv. .next-method-call.))))