From 61f9a91d6c6ee96ba69bcb5fb9f9ca711b4a3b95 Mon Sep 17 00:00:00 2001 From: "Henry M. Wu" Date: Mon, 9 May 1988 20:01:32 +0000 Subject: [PATCH] CHAR/STRING open-coding --- v7/src/compiler/machines/bobcat/make.scm-68040 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/compiler/machines/bobcat/make.scm-68040 b/v7/src/compiler/machines/bobcat/make.scm-68040 index c87bdbcff..e216cbe51 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.12 1988/04/29 15:04:16 markf Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.13 1988/05/09 20:01:32 mhwu Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -44,12 +44,12 @@ MIT in each case. |# (make-environment (define :name "Liar (Bobcat 68020)") (define :version 4) - (define :modification 12) + (define :modification 13) (define :files) (define :rcs-header - "$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.12 1988/04/29 15:04:16 markf Exp $" + "$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.13 1988/05/09 20:01:32 mhwu Exp $" ) (define :files-lists -- 2.25.1