From: Guillermo J. Rozas Date: Sun, 21 May 1989 17:55:03 +0000 (+0000) Subject: Upgrade to Liar 4.44 because of many bug fixes. X-Git-Tag: 20090517-FFI~12053 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ac75b601e3420a0219666a3d2a8f8c0d2cc88997;p=mit-scheme.git Upgrade to Liar 4.44 because of many bug fixes. --- diff --git a/v7/src/compiler/machines/vax/compiler.pkg b/v7/src/compiler/machines/vax/compiler.pkg index 346f22017..90ad3c7e3 100644 --- a/v7/src/compiler/machines/vax/compiler.pkg +++ b/v7/src/compiler/machines/vax/compiler.pkg @@ -1,7 +1,7 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/compiler.pkg,v 1.1 1989/05/17 20:32:35 jinx Exp $ -$MC68020-Header: comp.pkg,v 1.22 89/04/26 05:11:52 GMT cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/compiler.pkg,v 1.2 1989/05/21 17:55:03 jinx Exp $ +$MC68020-Header: comp.pkg,v 1.22.1.1 89/05/21 14:45:10 GMT jinx Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -35,7 +35,7 @@ MIT in each case. |# ;;;; Compiler Packaging -(global-definitions "/scheme/runtime/runtim") +(global-definitions "../runtime/runtim") (define-package (compiler) (files "base/switch" @@ -138,8 +138,7 @@ MIT in each case. |# sc syntax-files!) (import (scode-optimizer top-level) - sf/internal - sf/pathname-defaulting) + sf/internal) (initialization (initialize-package!))) (define-package (compiler top-level) diff --git a/v7/src/compiler/machines/vax/make.scm b/v7/src/compiler/machines/vax/make.scm index d993232d7..63156b319 100644 --- a/v7/src/compiler/machines/vax/make.scm +++ b/v7/src/compiler/machines/vax/make.scm @@ -1,7 +1,7 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/make.scm,v 4.4 1989/05/17 20:30:41 jinx Exp $ -$MC68020-Header: make.scm,v 4.42 89/04/26 05:12:06 GMT cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/make.scm,v 4.5 1989/05/21 17:52:47 jinx Exp $ +$MC68020-Header: make.scm,v 4.44 89/05/21 14:52:30 GMT jinx Exp $ Copyright (c) 1987, 1989 Massachusetts Institute of Technology @@ -42,4 +42,4 @@ MIT in each case. |# ((package/reference (find-package name) 'INITIALIZE-PACKAGE!))) '((COMPILER MACROS) (COMPILER DECLARATIONS))) -(add-system! (make-system "Liar (DEC VAX)" 4 42 '())) \ No newline at end of file +(add-system! (make-system "Liar (DEC VAX)" 4 44 '())) \ No newline at end of file