From a9bc964b4f1e911c764258cfe6a52e5963fe6cec Mon Sep 17 00:00:00 2001 From: Mark Friedman Date: Fri, 29 Apr 1988 14:55:22 +0000 Subject: [PATCH] Added support for open coding of fixnum arithmetic and predicates. --- v7/src/compiler/machines/bobcat/make.scm-68040 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/v7/src/compiler/machines/bobcat/make.scm-68040 b/v7/src/compiler/machines/bobcat/make.scm-68040 index d254124f8..28996944a 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.10 1988/04/27 03:07:56 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.11 1988/04/29 14:55:22 markf Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -44,11 +44,12 @@ MIT in each case. |# (make-environment (define :name "Liar (Bobcat 68020)") (define :version 4) - (define :modification 10) + (define :modification 11) (define :files) (define :rcs-header - "$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.10 1988/04/27 03:07:56 jinx Exp $") + + "$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.11 1988/04/29 14:55:22 markf Exp $" (define :files-lists (list -- 2.25.1