0.8.0.78.vector-nil-string.7:
[sbcl.git] / src / code / cold-init.lisp
index cb4c684..06f78ba 100644 (file)
   ;; DEFTYPEs are.
   (setf *type-system-initialized* t)
 
+  ;; now that the type system is definitely initialized, fixup UNKNOWN
+  ;; types that have crept in.
+  (show-and-call !fixup-type-cold-init)
   ;; run the PROCLAIMs.
   (show-and-call !late-proclaim-cold-init)