Export load/loading? and load/push-hook! from (runtime load).
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 17 Oct 1990 03:30:37 +0000 (03:30 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 17 Oct 1990 03:30:37 +0000 (03:30 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 726c54c8e3b7a7ce392b1c9b6c6c367c1411f7ec..772cba1e51ca996746b4c2e50459c4b76caaf5ef 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.80 1990/10/16 21:03:20 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.81 1990/10/17 03:30:37 jinx Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -987,8 +987,10 @@ MIT in each case. |#
          fasload-latest
          load-noisily
          load-noisily?
+         load/loading?
          load/default-types
          load/default-find-pathname-with-type
+         load/push-hook!
          load/suppress-loading-message?
          read-file)
   (initialization (initialize-package!)))
index d7be0a1485a3eb652b9e1bbcf3f1b50248af55cd..9bad373da7d1be9eb94be2c3a932239fe06b0460 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.80 1990/10/16 21:03:20 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.81 1990/10/17 03:30:37 jinx Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -987,8 +987,10 @@ MIT in each case. |#
          fasload-latest
          load-noisily
          load-noisily?
+         load/loading?
          load/default-types
          load/default-find-pathname-with-type
+         load/push-hook!
          load/suppress-loading-message?
          read-file)
   (initialization (initialize-package!)))