Re: [IDEA+RFC] Possible solution for min()/max() war

Graham Murray (graham@barnowl.demon.co.uk)
Thu, 30 Aug 2001 21:16:47 +0000


Daniel Phillips <phillips@bonn-fries.net> writes:

> More than anything, it shows that education is needed, not macro patch-ups.
> We have exactly the same issues with < and >, should we introduce
> three-argument macros to replace them?

Would it not have been much more "obvious" if the rules for
unsigned/signed integer comparisons (irrespective of the widths
involved) were

1) If the signed element is negative then it is always less than the
unsigned element.

2) If the unsigned element is greater than then maximum positive value
expressible by the signed one then it is always greater.

3) Only if both values are positive and within the range of the
smaller element are the actual values compared.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/