From eef4eba2a44d9a3281fe2170dac7ae9b124d4593 Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Mon, 19 Dec 1994 21:47:21 +0000
Subject: [PATCH] Merge in changes from split-tag system.

---
 v7/src/runtime/make.scm | 8 +++++++-
 v8/src/runtime/make.scm | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

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))))
 
-- 
2.25.1