On Fri, May 05, 2006 at 10:42:45AM +0200, Pierre Lombard wrote: > Hi, > > The attached patch fix some 'always false' tests by somewhat more > sensible, I guess. > > unsigned int a => a<0 is always false It would probably be better to fix the type of the vars instead of casting all over the place.. Rich