0.8.0.5:
[sbcl.git] / src / cold / defun-load-or-cload-xcompiler.lisp
index cadc1b9..c61e18b 100644 (file)
@@ -13,6 +13,8 @@
 ;;; cross-compilation host Common Lisp.
 (defun load-or-cload-xcompiler (load-or-cload-stem)
 
+  (declare (type function load-or-cload-stem))
+
   ;; The running-in-the-host-Lisp Python cross-compiler defines its
   ;; own versions of a number of functions which should not overwrite
   ;; host-Lisp functions. Instead we put them in a special package.
                          "SB!INT"
                          "SB!KERNEL"
                          "SB!LOOP"
-                         #!+mp "SB!MP"
                          "SB!PCL"
                          "SB!PRETTY"
                          "SB!PROFILE"
                          "SB!SYS"
+                         "SB!THREAD"
                          "SB!UNIX"
                          "SB!VM"
                          "SB!WALKER"))