X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Ffixup.lisp;h=e3d7f0ad129d4525afe8ce844e69d051e21741f8;hb=102b7c83b326855e16c3bc3ce4fa60c6d7aaba85;hp=b6f189705e1d441f6e0cb76cf8880426397c6c10;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/pcl/fixup.lisp b/src/pcl/fixup.lisp index b6f1897..e3d7f0a 100644 --- a/src/pcl/fixup.lisp +++ b/src/pcl/fixup.lisp @@ -23,12 +23,15 @@ (in-package "SB-PCL") -(sb-int:file-comment - "$Header$") - -(fix-early-generic-functions) +(!fix-early-generic-functions) +(!fix-ensure-accessor-specializers) +(compute-standard-slot-locations) +(dolist (s '(condition structure-object)) + (dohash (k v (classoid-subclasses (find-classoid s))) + (find-class (classoid-name k)))) (setq *boot-state* 'complete) (defun print-std-instance (instance stream depth) (declare (ignore depth)) (print-object instance stream)) +