fixed wt-tree/delete-min!
authorStephen Adams <edu/mit/csail/zurich/adams>
Wed, 3 Nov 1993 03:31:17 +0000 (03:31 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Wed, 3 Nov 1993 03:31:17 +0000 (03:31 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 60d762ca692ee6369a01038f3004817295028606..5b38444545236187a8ccec11573a4ca5b20f8279 100644 (file)
@@ -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!
          ))
index 60d762ca692ee6369a01038f3004817295028606..5b38444545236187a8ccec11573a4ca5b20f8279 100644 (file)
@@ -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!
          ))