X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Ffixup.lisp;h=e3d7f0ad129d4525afe8ce844e69d051e21741f8;hb=102b7c83b326855e16c3bc3ce4fa60c6d7aaba85;hp=af0239f9cd7054256368bc1080b90a43faff2fc4;hpb=400bc3bc27cf38777a57ed66eacc4726c3caba33;p=sbcl.git diff --git a/src/pcl/fixup.lisp b/src/pcl/fixup.lisp index af0239f..e3d7f0a 100644 --- a/src/pcl/fixup.lisp +++ b/src/pcl/fixup.lisp @@ -24,6 +24,7 @@ (in-package "SB-PCL") (!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))) @@ -33,3 +34,4 @@ (defun print-std-instance (instance stream depth) (declare (ignore depth)) (print-object instance stream)) +