X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fcombin.lisp;h=759e7105cc4eebeb7566b754b6d8c13ee5e034dc;hb=88cc2f72774202503588331fddd1592ae8546de1;hp=6c433805a7fc3743273a49523fb2b6542ae8ba98;hpb=3a5eefac8a65dfd36729031f0a9b9dd8c022b7f2;p=sbcl.git diff --git a/src/pcl/combin.lisp b/src/pcl/combin.lisp index 6c43380..759e710 100644 --- a/src/pcl/combin.lisp +++ b/src/pcl/combin.lisp @@ -30,7 +30,7 @@ (multiple-value-bind (mf fmf) (if (listp method) (early-method-function method) - (values nil (method-fast-function method))) + (values nil (safe-method-fast-function method))) (let* ((pv-table (and fmf (method-function-pv-table fmf)))) (if (and fmf (or (null pv-table) wrappers)) (let* ((pv-wrappers (when pv-table @@ -81,7 +81,7 @@ (multiple-value-bind (mf fmf) (if (listp method) (early-method-function method) - (values nil (method-fast-function method))) + (values nil (safe-method-fast-function method))) (declare (ignore mf)) (let* ((pv-table (and fmf (method-function-pv-table fmf)))) (if (and fmf (or (null pv-table) wrappers-p))