Changes for new LOAD-OPTION system:
authorStephen Adams <edu/mit/csail/zurich/adams>
Mon, 3 Oct 1994 17:27:17 +0000 (17:27 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Mon, 3 Oct 1994 17:27:17 +0000 (17:27 +0000)
Export constructors for definine load options.

v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index ca1fd8884e5ae7c754cfc981efbac145012cb2de..235e0f369e8d9d71d2dd2c62a52cc91a87b160b2 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.233 1994/09/30 02:50:48 adams Exp $
+$Id: runtime.pkg,v 14.234 1994/10/03 17:27:17 adams Exp $
 
 Copyright (c) 1988-1994 Massachusetts Institute of Technology
 
@@ -1448,9 +1448,15 @@ MIT in each case. |#
   (files "option")
   (parent ())
   (export ()
+         *initial-options-file*
          declare-shared-library
+         define-load-option
+         further-load-options
          load-option
-         *initial-options-file*))
+         local-load-options
+         standard-load-options
+         standard-option-loader
+         ))
 
 (define-package (runtime parser)
   (files "parse")
index ca1fd8884e5ae7c754cfc981efbac145012cb2de..235e0f369e8d9d71d2dd2c62a52cc91a87b160b2 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.233 1994/09/30 02:50:48 adams Exp $
+$Id: runtime.pkg,v 14.234 1994/10/03 17:27:17 adams Exp $
 
 Copyright (c) 1988-1994 Massachusetts Institute of Technology
 
@@ -1448,9 +1448,15 @@ MIT in each case. |#
   (files "option")
   (parent ())
   (export ()
+         *initial-options-file*
          declare-shared-library
+         define-load-option
+         further-load-options
          load-option
-         *initial-options-file*))
+         local-load-options
+         standard-load-options
+         standard-option-loader
+         ))
 
 (define-package (runtime parser)
   (files "parse")