From 507a3a7e6b594a867b4f73fe181d045eab2f169d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 8 Feb 1990 00:36:31 +0000 Subject: [PATCH] Fix cold-load problems. --- v7/src/runtime/runtime.pkg | 3 +-- v8/src/runtime/runtime.pkg | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 98428a4c7..608aab958 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -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" diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index b158be25b..43c07425f 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -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" -- 2.25.1