From 1daaa8a8f5b2166524afa8aed5fb7d97494b4154 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Fri, 30 Sep 1994 02:50:48 +0000 Subject: [PATCH] Sorry, that was *INITIAL-OPTIONS-FILE*. --- v7/src/runtime/runtime.pkg | 4 ++-- v8/src/runtime/runtime.pkg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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") -- 2.25.1