Upgrade to Liar 4.44 because of many bug fixes.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 21 May 1989 17:55:03 +0000 (17:55 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 21 May 1989 17:55:03 +0000 (17:55 +0000)
v7/src/compiler/machines/vax/compiler.pkg
v7/src/compiler/machines/vax/make.scm

index 346f2201744df656a9c1eae3a28628e6cf3aa56f..90ad3c7e36bf2587ed9e520028b9ea6f7cfa2fc3 100644 (file)
@@ -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
 \f
-(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)
index d993232d71757f6bec27b06857dd6d33a7afc982..63156b3195a39c21f33acb4b968ddbe6f07c3edc 100644 (file)
@@ -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