diff --git a/tools/comcom.lisp b/tools/comcom.lisp index a1cdb9235986f2417de0713f0af6191f1292eadc..c1badd94a20bf0cef9188c57e1310198fb9b847f 100644 --- a/tools/comcom.lisp +++ b/tools/comcom.lisp @@ -5,7 +5,7 @@ #+bootstrap (copy-packages (cons (c::backend-name c::*target-backend*) '("NEW-ASSEM" "C"))) -(defparameter *load-stuff* +(defvar *load-stuff* #+bootstrap t #-bootstrap (eq c:*backend* c:*native-backend*)) @@ -56,9 +56,6 @@ (comf "target:compiler/proclaim") ; For COOKIE structure. (comf "target:compiler/globals") -(comf "target:compiler/type") -(comf "target:compiler/generic/vm-type") -(comf "target:compiler/type-init") (comf "target:compiler/sset") (comf "target:compiler/node") (comf "target:compiler/ctype")