From ba7cef5982cf2983641f709528609f15a9b4e6d8 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Fri, 30 Sep 1994 02:39:36 +0000 Subject: [PATCH] Exported *INITIAL-OPTIONS-FILE-PATHNAME* --- 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 37c8e99d4..0cc5b9dac 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.231 1994/08/15 19:14:28 cph Exp $ +$Id: runtime.pkg,v 14.232 1994/09/30 02:39:36 adams Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -1449,7 +1449,8 @@ MIT in each case. |# (parent ()) (export () declare-shared-library - load-option)) + load-option + *initial-options-file-pathname*)) (define-package (runtime parser) (files "parse") diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 37c8e99d4..0cc5b9dac 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.231 1994/08/15 19:14:28 cph Exp $ +$Id: runtime.pkg,v 14.232 1994/09/30 02:39:36 adams Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -1449,7 +1449,8 @@ MIT in each case. |# (parent ()) (export () declare-shared-library - load-option)) + load-option + *initial-options-file-pathname*)) (define-package (runtime parser) (files "parse") -- 2.25.1