From: Stephen Adams Date: Wed, 1 Mar 1995 21:58:07 +0000 (+0000) Subject: Exported WT-TREE/UNION-MERGE X-Git-Tag: 20090517-FFI~6569 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c4613ff9cf78d44baaf6b0a06c918fe9aafc81ac;p=mit-scheme.git Exported WT-TREE/UNION-MERGE --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 1a25adad1..e98e31ab5 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.247 1995/02/24 00:35:44 cph Exp $ +$Id: runtime.pkg,v 14.248 1995/03/01 21:58:07 adams Exp $ Copyright (c) 1988-95 Massachusetts Institute of Technology @@ -3009,6 +3009,7 @@ MIT in each case. |# wt-tree/split> wt-tree/subset? wt-tree/union + wt-tree/union-merge wt-tree?)) (define-package (runtime apropos) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 1a25adad1..e98e31ab5 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.247 1995/02/24 00:35:44 cph Exp $ +$Id: runtime.pkg,v 14.248 1995/03/01 21:58:07 adams Exp $ Copyright (c) 1988-95 Massachusetts Institute of Technology @@ -3009,6 +3009,7 @@ MIT in each case. |# wt-tree/split> wt-tree/subset? wt-tree/union + wt-tree/union-merge wt-tree?)) (define-package (runtime apropos)