From 2b4dfad93550d58961d827572f263c1ca0fea88c Mon Sep 17 00:00:00 2001 From: "Michael R. Blair" Date: Tue, 31 Aug 1993 00:32:09 +0000 Subject: [PATCH] Export compiled-code-block/filename to the global. --- v7/src/runtime/runtime.pkg | 5 +++-- v8/src/runtime/runtime.pkg | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 0d68b2f11..7f6c36d83 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.190 1993/08/13 00:07:04 cph Exp $ +$Id: runtime.pkg,v 14.191 1993/08/31 00:32:09 ziggy Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -221,6 +221,7 @@ MIT in each case. |# (files "infstr" "infutl") (parent ()) (export () + compiled-code-block/filename compiled-entry/block compiled-entry/dbg-object compiled-entry/filename @@ -2507,4 +2508,4 @@ MIT in each case. |# thread-timer-interrupt-handler) (export (runtime primitive-io) block-on-input-descriptor) - (initialization (initialize-package!))) \ No newline at end of file + (initialization (initialize-package!))) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 0d68b2f11..7f6c36d83 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.190 1993/08/13 00:07:04 cph Exp $ +$Id: runtime.pkg,v 14.191 1993/08/31 00:32:09 ziggy Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -221,6 +221,7 @@ MIT in each case. |# (files "infstr" "infutl") (parent ()) (export () + compiled-code-block/filename compiled-entry/block compiled-entry/dbg-object compiled-entry/filename @@ -2507,4 +2508,4 @@ MIT in each case. |# thread-timer-interrupt-handler) (export (runtime primitive-io) block-on-input-descriptor) - (initialization (initialize-package!))) \ No newline at end of file + (initialization (initialize-package!))) -- 2.25.1