From: Chris Hanson Date: Thu, 8 Feb 1990 00:36:31 +0000 (+0000) Subject: Fix cold-load problems. X-Git-Tag: 20090517-FFI~11540 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=507a3a7e6b594a867b4f73fe181d045eab2f169d;p=mit-scheme.git Fix cold-load problems. --- 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"