Re: macro conflict

David Woodhouse (dwmw2@infradead.org)
Fri, 24 Aug 2001 18:34:16 +0100


linux-kernel@alex.org.uk said:
> Will this work with things like
> void test(unsigned int foo, char bar) {
> printf ("%d %d\n", min(foo, 10), min (bar, 20)); }
> Surely one of those must BUG().

Well, ideally both of them would BUG() and the user would have to explicitly
cast one (or both) of the arguments so the types match. But as Keith
pointed out, it won't work.

--
dwmw2

- 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/