From dc152d28072925917b87a8b544cc15b074555c05 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Mon, 3 Oct 1994 17:27:17 +0000 Subject: [PATCH] Changes for new LOAD-OPTION system: Export constructors for definine load options. --- v7/src/runtime/runtime.pkg | 10 ++++++++-- v8/src/runtime/runtime.pkg | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index ca1fd8884..235e0f369 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.233 1994/09/30 02:50:48 adams Exp $ +$Id: runtime.pkg,v 14.234 1994/10/03 17:27:17 adams Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -1448,9 +1448,15 @@ MIT in each case. |# (files "option") (parent ()) (export () + *initial-options-file* declare-shared-library + define-load-option + further-load-options load-option - *initial-options-file*)) + local-load-options + standard-load-options + standard-option-loader + )) (define-package (runtime parser) (files "parse") diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index ca1fd8884..235e0f369 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.233 1994/09/30 02:50:48 adams Exp $ +$Id: runtime.pkg,v 14.234 1994/10/03 17:27:17 adams Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -1448,9 +1448,15 @@ MIT in each case. |# (files "option") (parent ()) (export () + *initial-options-file* declare-shared-library + define-load-option + further-load-options load-option - *initial-options-file*)) + local-load-options + standard-load-options + standard-option-loader + )) (define-package (runtime parser) (files "parse") -- 2.25.1