From c542d525b25bc5e7a17be51ba4069c782c939f1f Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Wed, 3 Nov 1993 03:31:17 +0000 Subject: [PATCH] fixed wt-tree/delete-min! --- v7/src/runtime/runtime.pkg | 3 ++- v8/src/runtime/runtime.pkg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 60d762ca6..5b3844454 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.211 1993/11/02 20:07:36 adams Exp $ +$Id: runtime.pkg,v 14.212 1993/11/03 03:31:17 adams Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -2632,4 +2632,5 @@ MIT in each case. |# wt-tree/min-datum wt-tree/min-pair wt-tree/delete-min + wt-tree/delete-min! )) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 60d762ca6..5b3844454 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.211 1993/11/02 20:07:36 adams Exp $ +$Id: runtime.pkg,v 14.212 1993/11/03 03:31:17 adams Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -2632,4 +2632,5 @@ MIT in each case. |# wt-tree/min-datum wt-tree/min-pair wt-tree/delete-min + wt-tree/delete-min! )) -- 2.25.1