From: Stephen Adams Date: Fri, 30 Sep 1994 02:39:36 +0000 (+0000) Subject: Exported *INITIAL-OPTIONS-FILE-PATHNAME* X-Git-Tag: 20090517-FFI~7100 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ba7cef5982cf2983641f709528609f15a9b4e6d8;p=mit-scheme.git Exported *INITIAL-OPTIONS-FILE-PATHNAME* --- 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")