From: Chris Hanson Date: Thu, 30 May 1991 05:51:11 +0000 (+0000) Subject: Update to match current 680x0 sources. X-Git-Tag: 20090517-FFI~10527 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=59d6b84384cd6a4c5de4b1ca27c44195e4afca61;p=mit-scheme.git Update to match current 680x0 sources. --- diff --git a/v7/src/compiler/machines/mips/make.scm-big b/v7/src/compiler/machines/mips/make.scm-big index ab772256a..27e83f679 100644 --- a/v7/src/compiler/machines/mips/make.scm-big +++ b/v7/src/compiler/machines/mips/make.scm-big @@ -1,7 +1,7 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/make.scm-big,v 4.80 1991/03/06 00:59:19 cph Exp $ -$MC68020-Header: make.scm,v 4.73 90/05/03 15:17:24 GMT jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/make.scm-big,v 4.84 1991/05/30 05:51:11 cph Exp $ +$MC68020-Header: /scheme/compiler/bobcat/RCS/make.scm,v 4.84 1991/05/07 13:47:44 jinx Exp $ Copyright (c) 1988-91 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 (MIPS)" 4 80 '())) \ No newline at end of file +(add-system! (make-system "Liar (MIPS)" 4 84 '())) \ No newline at end of file diff --git a/v7/src/compiler/machines/mips/make.scm-little b/v7/src/compiler/machines/mips/make.scm-little index 78accd874..34480205c 100644 --- a/v7/src/compiler/machines/mips/make.scm-little +++ b/v7/src/compiler/machines/mips/make.scm-little @@ -1,7 +1,7 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/make.scm-little,v 4.80 1991/03/06 00:59:19 cph Exp $ -$MC68020-Header: make.scm,v 4.73 90/05/03 15:17:24 GMT jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/make.scm-little,v 4.84 1991/05/30 05:51:11 cph Exp $ +$MC68020-Header: /scheme/compiler/bobcat/RCS/make.scm,v 4.84 1991/05/07 13:47:44 jinx Exp $ Copyright (c) 1988-91 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 (MIPS)" 4 80 '())) \ No newline at end of file +(add-system! (make-system "Liar (MIPS)" 4 84 '())) \ No newline at end of file