From: Guillermo J. Rozas Date: Tue, 27 Mar 1990 00:50:00 +0000 (+0000) Subject: Move switch.scm back to compiler/base, so it can be shared. X-Git-Tag: 20090517-FFI~11490 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b383ccb4f6b79908aff295095dc16c9994fb00c9;p=mit-scheme.git Move switch.scm back to compiler/base, so it can be shared. Update to match 68k version. --- diff --git a/v7/src/compiler/machines/spectrum/make.scm b/v7/src/compiler/machines/spectrum/make.scm index bac6921de..04466c5b9 100644 --- a/v7/src/compiler/machines/spectrum/make.scm +++ b/v7/src/compiler/machines/spectrum/make.scm @@ -1,7 +1,7 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/make.scm,v 4.65 1990/01/25 16:21:29 jinx Exp $ -$MC68020-Header: make.scm,v 4.65 90/01/22 23:45:31 GMT cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/make.scm,v 4.70 1990/03/27 00:50:00 jinx Exp $ +$MC68020-Header: make.scm,v 4.70 90/03/21 02:12:51 GMT cph Exp $ Copyright (c) 1988, 1989, 1990 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 (HP PA)" 4 65 '())) \ No newline at end of file +(add-system! (make-system "Liar (HP PA)" 4 70 '())) \ No newline at end of file