From: Chris Hanson Date: Mon, 19 Dec 1994 21:47:21 +0000 (+0000) Subject: Merge in changes from split-tag system. X-Git-Tag: 20090517-FFI~6850 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=eef4eba2a44d9a3281fe2170dac7ae9b124d4593;p=mit-scheme.git Merge in changes from split-tag system. --- diff --git a/v7/src/runtime/make.scm b/v7/src/runtime/make.scm index 95c7231f3..887ac4bee 100644 --- a/v7/src/runtime/make.scm +++ b/v7/src/runtime/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 14.53 1994/12/19 21:14:09 cph Exp $ +$Id: make.scm,v 14.54 1994/12/19 21:47:21 cph Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -84,6 +84,12 @@ MIT in each case. |# values)) (define system-global-environment (the-environment)) + +(define *dashed-hairy-migration-support:false-value* + #F) + +(define *dashed-hairy-migration-support:system-global-environment* + system-global-environment) (let ((environment-for-package (let () (the-environment)))) diff --git a/v8/src/runtime/make.scm b/v8/src/runtime/make.scm index 95c7231f3..887ac4bee 100644 --- a/v8/src/runtime/make.scm +++ b/v8/src/runtime/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 14.53 1994/12/19 21:14:09 cph Exp $ +$Id: make.scm,v 14.54 1994/12/19 21:47:21 cph Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -84,6 +84,12 @@ MIT in each case. |# values)) (define system-global-environment (the-environment)) + +(define *dashed-hairy-migration-support:false-value* + #F) + +(define *dashed-hairy-migration-support:system-global-environment* + system-global-environment) (let ((environment-for-package (let () (the-environment))))