From 12f5ab71d1eb60936d44387e36950ff485cd9579 Mon Sep 17 00:00:00 2001 From: Mark Friedman Date: Thu, 1 Sep 1988 20:17:14 +0000 Subject: [PATCH] Added open coding of generic arithmetic (without open-coding of floating point, though the stubs are there). --- v7/src/compiler/machines/bobcat/make.scm-68040 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/compiler/machines/bobcat/make.scm-68040 b/v7/src/compiler/machines/bobcat/make.scm-68040 index 544315512..249b47de2 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.23 1988/08/31 06:45:18 cph Exp $ +$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 $ 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 23 '())) \ No newline at end of file +(add-system! (make-system "Liar" 4 24 '())) \ No newline at end of file -- 2.25.1