
4 Aug
2007
4 Aug
'07
2:06 p.m.
Author: abaine Date: Sat Aug 4 10:06:51 2007 New Revision: 115 Modified: trunk/funds/src/trees/tree-remove.lisp Log: Superficial change. Modified: trunk/funds/src/trees/tree-remove.lisp ============================================================================== --- trunk/funds/src/trees/tree-remove.lisp (original) +++ trunk/funds/src/trees/tree-remove.lisp Sat Aug 4 10:06:51 2007 @@ -50,4 +50,5 @@ (let* ((next (next-in-order tree))) (stitch-tree next :left (bt-left tree) - :right (tree-remove (bt-right tree) (bt-key next) :test test :order order)))) + :right (tree-remove (bt-right tree) (bt-key next) + :test test :order order))))
6543
Age (days ago)
6543
Last active (days ago)
0 comments
1 participants
participants (1)
-
abaine@common-lisp.net