1.0.10.40: Fix build for windows when source directory contains spaces
[sbcl.git] / src / pcl / fixup.lisp
index af0239f..e3d7f0a 100644 (file)
@@ -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))
+