From: Stephen Adams Date: Fri, 30 Sep 1994 02:50:48 +0000 (+0000) Subject: Sorry, that was *INITIAL-OPTIONS-FILE*. X-Git-Tag: 20090517-FFI~7099 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1daaa8a8f5b2166524afa8aed5fb7d97494b4154;p=mit-scheme.git Sorry, that was *INITIAL-OPTIONS-FILE*. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 0cc5b9dac..ca1fd8884 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.232 1994/09/30 02:39:36 adams Exp $ +$Id: runtime.pkg,v 14.233 1994/09/30 02:50:48 adams Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -1450,7 +1450,7 @@ MIT in each case. |# (export () declare-shared-library load-option - *initial-options-file-pathname*)) + *initial-options-file*)) (define-package (runtime parser) (files "parse") diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 0cc5b9dac..ca1fd8884 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.232 1994/09/30 02:39:36 adams Exp $ +$Id: runtime.pkg,v 14.233 1994/09/30 02:50:48 adams Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -1450,7 +1450,7 @@ MIT in each case. |# (export () declare-shared-library load-option - *initial-options-file-pathname*)) + *initial-options-file*)) (define-package (runtime parser) (files "parse")