From: Mark Friedman Date: Thu, 20 Oct 1988 18:50:45 +0000 (+0000) Subject: Another stab at open coded generic arithmetic (stiil no floating point yet). X-Git-Tag: 20090517-FFI~12498 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=94de4a8addea5c2d2b7665627c0eab9a1eaaa6e0;p=mit-scheme.git Another stab at open coded generic arithmetic (stiil no floating point yet). --- diff --git a/v7/src/compiler/machines/bobcat/make.scm-68040 b/v7/src/compiler/machines/bobcat/make.scm-68040 index 249b47de2..8ac675770 100644 --- a/v7/src/compiler/machines/bobcat/make.scm-68040 +++ b/v7/src/compiler/machines/bobcat/make.scm-68040 @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.24 1988/09/01 20:17:14 markf Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.25 1988/10/20 18:50:45 markf Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -41,4 +41,4 @@ MIT in each case. |# ((package/reference (find-package name) 'INITIALIZE-PACKAGE!))) '((COMPILER MACROS) (COMPILER DECLARATIONS))) -(add-system! (make-system "Liar" 4 24 '())) \ No newline at end of file +(add-system! (make-system "Liar" 4 25 '())) \ No newline at end of file