Fix cold-load problems.
authorChris Hanson <org/chris-hanson/cph>
Thu, 8 Feb 1990 00:36:31 +0000 (00:36 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 8 Feb 1990 00:36:31 +0000 (00:36 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 98428a4c7c1aa5ac908af3890b2f89057998176f..608aab958d7b1fb968f2ccdb7f0930c8a30bb8e3 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.58 1990/02/08 00:04:43 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.59 1990/02/08 00:36:31 cph Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -43,7 +43,6 @@ MIT in each case. |#
         "global"
         "lambdx"
         "queue"
-        "record"
         "sfile"
         "string"
         "udata"
index b158be25baf2739f42fb378e28bd7fba65adcb25..43c07425fef3f596294b1caa97644e3cb5bdcd60 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.58 1990/02/08 00:04:43 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.59 1990/02/08 00:36:31 cph Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -43,7 +43,6 @@ MIT in each case. |#
         "global"
         "lambdx"
         "queue"
-        "record"
         "sfile"
         "string"
         "udata"