#| -*-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
;;;; Compiler Packaging
\f
-(global-definitions "/scheme/runtime/runtim")
+(global-definitions "../runtime/runtim")
(define-package (compiler)
(files "base/switch"
sc
syntax-files!)
(import (scode-optimizer top-level)
- sf/internal
- sf/pathname-defaulting)
+ sf/internal)
(initialization (initialize-package!)))
(define-package (compiler top-level)
#| -*-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
((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