X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fmethods.lisp;h=d7d40b0f441e0d14b8a5cd1fdc096a15afed435e;hb=619189958917e80786d5bb2efa4dc38d908d2553;hp=c31626092d8b53668093f84a730e121be4aedeab;hpb=95f17ca63742f8c164309716b35bc25545a849a6;p=sbcl.git diff --git a/src/pcl/methods.lisp b/src/pcl/methods.lisp index c316260..d7d40b0 100644 --- a/src/pcl/methods.lisp +++ b/src/pcl/methods.lisp @@ -1639,8 +1639,14 @@ (t (multiple-value-bind (dfun cache info) (make-final-dfun-internal gf - (list (list (find-class 'sb-kernel::control-stack-exhausted)) - (list (find-class 'sb-kernel::heap-exhausted-error)) + (list (list (find-class + 'sb-kernel::control-stack-exhausted)) + (list (find-class + 'sb-kernel::binding-stack-exhausted)) + (list (find-class + 'sb-kernel::alien-stack-exhausted)) + (list (find-class + 'sb-kernel::heap-exhausted-error)) (list (find-class 'restart)))) (setq po-cache cache) (set-dfun gf dfun cache info))))))