Merge in changes from split-tag system.
authorChris Hanson <org/chris-hanson/cph>
Mon, 19 Dec 1994 21:47:21 +0000 (21:47 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 19 Dec 1994 21:47:21 +0000 (21:47 +0000)
v7/src/runtime/make.scm
v8/src/runtime/make.scm

index 95c7231f34d799a39cfe628f13512a28f7ea1fb3..887ac4bee683e25a7756828eb36c312bb34de156 100644 (file)
@@ -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)
 \f
 (let ((environment-for-package (let () (the-environment))))
 
index 95c7231f34d799a39cfe628f13512a28f7ea1fb3..887ac4bee683e25a7756828eb36c312bb34de156 100644 (file)
@@ -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)
 \f
 (let ((environment-for-package (let () (the-environment))))