From 1be87441fe46b82fbb78aa99e8d00064961e5b65 Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Thu, 8 Jun 2000 17:29:05 +0000 Subject: Bringing these up to date with what I've got on my site. The fixes include the change that prevents 'insure' from becomming confused and issuing leak reports. Some minor speed fixes. That sort of thing. Chris -)----- (This used to be commit 164cc91d81f691f1ba4f16ba203230f745ee73dc) --- source3/ubiqx/ubi_SplayTree.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'source3/ubiqx/ubi_SplayTree.c') diff --git a/source3/ubiqx/ubi_SplayTree.c b/source3/ubiqx/ubi_SplayTree.c index ad8d568658..222506bd06 100644 --- a/source3/ubiqx/ubi_SplayTree.c +++ b/source3/ubiqx/ubi_SplayTree.c @@ -37,6 +37,9 @@ * -------------------------------------------------------------------------- ** * * Log: ubi_SplayTree.c,v + * Revision 4.5 2000/01/08 23:26:49 crh + * Added ubi_trSplay() macro, which does a type cast for us. + * * Revision 4.4 1998/06/04 21:29:27 crh * Upper-cased defined constants (eg UBI_BINTREE_H) in some header files. * This is more "standard", and is what people expect. Weird, eh? @@ -163,8 +166,8 @@ */ static char ModuleID[] = "ubi_SplayTree\n\ -\tRevision: 4.4 \n\ -\tDate: 1998/06/04 21:29:27 \n\ +\tRevision: 4.5 \n\ +\tDate: 2000/01/08 23:26:49 \n\ \tAuthor: crh \n"; -- cgit