From: Guillermo J. Rozas Date: Thu, 17 Nov 1988 05:20:43 +0000 (+0000) Subject: Fix a bug in blktyp, and allow envopt to keep data structures when desired. X-Git-Tag: 20090517-FFI~12400 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=352986200b46adbdeedaf9e932565688bb53ff94;p=mit-scheme.git Fix a bug in blktyp, and allow envopt to keep data structures when desired. --- diff --git a/v7/src/compiler/machines/bobcat/make.scm-68040 b/v7/src/compiler/machines/bobcat/make.scm-68040 index ea1b08e3d..64c1f2196 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.30 1988/11/15 16:37:29 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.31 1988/11/17 05:20:43 jinx 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" 4 30 '())) \ No newline at end of file +(add-system! (make-system "Liar" 4 31 '())) \ No newline at end of file