From: Joe Marshall Date: Wed, 15 Jun 1988 20:40:34 +0000 (+0000) Subject: Remove loading of base/infutl as it is now in the runtime system. X-Git-Tag: 20090517-FFI~12712 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e6e31ef2ef98daa73c3e40cd917f944ff4d4b5f2;p=mit-scheme.git Remove loading of base/infutl as it is now in the runtime system. --- 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 ()))