Re: macro conflict

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 23 Aug 2001 21:01:07 +0100 (BST)


> Consider what happens if someone writes min(++x,y) - the old
> version expands to (without some of the extra parens):
>
> ++x < y ? ++x : y

That has nothing to do with it

a) nobody does it and its a known property
b) that was perfectly fixable anyway
-
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/