X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Ffixup.lisp;h=2ea6fb9ab6c151c1ed18cac83a4c72bb58aead3f;hb=d25e3478acccec70402ff32554669a982be8e281;hp=6244ebbbd82c0676cc9ce8537f0ac7cdad9592b5;hpb=b9a1b17b079d315c1eec194eb4f93f7d058b24cf;p=sbcl.git diff --git a/src/pcl/fixup.lisp b/src/pcl/fixup.lisp index 6244ebb..2ea6fb9 100644 --- a/src/pcl/fixup.lisp +++ b/src/pcl/fixup.lisp @@ -26,7 +26,7 @@ (!fix-early-generic-functions) (!fix-ensure-accessor-specializers) (compute-standard-slot-locations) -(dolist (s '(condition structure-object)) +(dolist (s '(condition function structure-object)) (dohash ((k v) (classoid-subclasses (find-classoid s))) (find-class (classoid-name k)))) (setq *boot-state* 'complete) @@ -34,4 +34,3 @@ (defun print-std-instance (instance stream depth) (declare (ignore depth)) (print-object instance stream)) -