From 8d81d3303f8fbb48564cc9bfa69b8b9cae6faea5 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Fri, 26 Feb 1993 16:33:14 +0000
Subject: [PATCH] delete compilation of type system stuff.

---
 tools/comcom.lisp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/tools/comcom.lisp b/tools/comcom.lisp
index a1cdb9235..c1badd94a 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")
-- 
GitLab