From 219c164a472cb9c388aa61f877c0979c3d645cc1 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 15 Feb 2006 03:01:30 +0000 Subject: randombits(): Stop compiler warning about mixing signed with unsigned types in comparison. --- Modules/rotatingtree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/rotatingtree.c b/Modules/rotatingtree.c index 952725b..39c6dd5 100644 --- a/Modules/rotatingtree.c +++ b/Modules/rotatingtree.c @@ -15,7 +15,7 @@ static int randombits(int bits) { int result; - if (random_stream < (1<