Exported *INITIAL-OPTIONS-FILE-PATHNAME*
authorStephen Adams <edu/mit/csail/zurich/adams>
Fri, 30 Sep 1994 02:39:36 +0000 (02:39 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Fri, 30 Sep 1994 02:39:36 +0000 (02:39 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 37c8e99d49584b1227998f8cf871c1e2bfd4c95c..0cc5b9dac0e9560235dbe2b86acf4c32db4e75cc 100644 (file)
@@ -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")
index 37c8e99d49584b1227998f8cf871c1e2bfd4c95c..0cc5b9dac0e9560235dbe2b86acf4c32db4e75cc 100644 (file)
@@ -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")