From: Chris Hanson Date: Thu, 11 Aug 1988 20:15:54 +0000 (+0000) Subject: Various bug fixes, also some efficiency improvements to the CSE. X-Git-Tag: 20090517-FFI~12617 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=cc93c98eca0b77d5979992d0c902b115e74c3e35;p=mit-scheme.git Various bug fixes, also some efficiency improvements to the CSE. --- diff --git a/v7/src/compiler/machines/bobcat/make.scm-68040 b/v7/src/compiler/machines/bobcat/make.scm-68040 index 3dc74e092..7b55d096e 100644 --- a/v7/src/compiler/machines/bobcat/make.scm-68040 +++ b/v7/src/compiler/machines/bobcat/make.scm-68040 @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.19 1988/07/20 00:10:01 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.20 1988/08/11 20:15:54 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -41,4 +41,4 @@ MIT in each case. |# ((package/reference (find-package name) 'INITIALIZE-PACKAGE!))) '((COMPILER MACROS) (COMPILER DECLARATIONS))) -(add-system! (make-system "Liar" 14 19 '())) \ No newline at end of file +(add-system! (make-system "Liar" 14 20 '())) \ No newline at end of file