From: Guillermo J. Rozas Date: Wed, 17 Oct 1990 03:30:37 +0000 (+0000) Subject: Export load/loading? and load/push-hook! from (runtime load). X-Git-Tag: 20090517-FFI~11123 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=70733859cd23b012cda169d6302c654d0e75befc;p=mit-scheme.git Export load/loading? and load/push-hook! from (runtime load). --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 726c54c8e..772cba1e5 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -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!))) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index d7be0a148..9bad373da 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -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!)))