From 351cb26da46c62e896a728d98993956be0fc6607 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 19 May 1987 18:18:03 +0000 Subject: [PATCH] Move `mvalue' to the `base' directory. The `source' directory no longer exists. --- v7/src/compiler/machines/bobcat/make.scm-68040 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/compiler/machines/bobcat/make.scm-68040 b/v7/src/compiler/machines/bobcat/make.scm-68040 index f5f046a9f..9f8d6dad2 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 1.18 1987/05/18 23:20:26 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 1.19 1987/05/19 18:18:03 cph Exp $ Copyright (c) 1987 Massachusetts Institute of Technology @@ -65,10 +65,10 @@ MIT in each case. |# (make-environment (define :name "Liar (Bobcat 68020)") (define :version 1) - (define :modification 18) + (define :modification 19) (define :files) -; (parse-rcs-header "$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 1.18 1987/05/18 23:20:26 cph Exp $" +; (parse-rcs-header "$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 1.19 1987/05/19 18:18:03 cph Exp $" ; (lambda (filename version date time author state) ; (set! :version (car version)) ; (set! :modification (cadr version)))) @@ -86,7 +86,7 @@ MIT in each case. |# "base/object.bin" ;tagged object support "base/queue.bin" ;queue abstraction "base/sets.bin" ;set abstraction - "source/mvalue.bin" ;multiple-value support + "base/mvalue.bin" ;multiple-value support "machines/bobcat/machin.bin" ;machine dependent stuff "base/toplev.bin" ;top level -- 2.25.1