From e6e31ef2ef98daa73c3e40cd917f944ff4d4b5f2 Mon Sep 17 00:00:00 2001 From: Joe Marshall Date: Wed, 15 Jun 1988 20:40:34 +0000 Subject: [PATCH] Remove loading of base/infutl as it is now in the runtime system. --- v7/src/compiler/machines/bobcat/compiler.pkg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/v7/src/compiler/machines/bobcat/compiler.pkg b/v7/src/compiler/machines/bobcat/compiler.pkg index 0080236d6..d5c47155c 100644 --- a/v7/src/compiler/machines/bobcat/compiler.pkg +++ b/v7/src/compiler/machines/bobcat/compiler.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.pkg,v 1.1 1988/06/14 08:58:13 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.pkg,v 1.2 1988/06/15 20:40:34 jrm Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -71,7 +71,11 @@ MIT in each case. |# "rtlbase/rtlobj" ;RTL: CFG objects "rtlbase/regset" ;RTL: register sets + #| + ;;; Now in runtime system (I hope) ~JRM "base/infutl" ;utilities for info generation, shared + |# + "back/insseq" ;LAP instruction sequences ) (parent ())) -- 2.25.1