From b1de38d6b304e94eff563e7bb452e80f6dbc022d Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 12 Aug 1993 18:21:16 +0000 Subject: [PATCH] Move BIT-UTIL early in compilation. --- tools/comcom.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/comcom.lisp b/tools/comcom.lisp index bb8be5a85..96f3bd0d3 100644 --- a/tools/comcom.lisp +++ b/tools/comcom.lisp @@ -58,6 +58,7 @@ (comf "target:compiler/globals") (comf "target:compiler/sset") +(comf "target:compiler/bit-util") (comf "target:compiler/node") (comf "target:compiler/ctype") (comf "target:compiler/vop" :proceed t) @@ -93,7 +94,6 @@ (comf "target:compiler/envanal") (comf "target:compiler/tn") -(comf "target:compiler/bit-util") (comf "target:compiler/life") (comf "target:code/debug-info") -- GitLab