Re: macro conflict

From: David Woodhouse (dwmw2@infradead.org)
Date: Fri Aug 24 2001 - 12:34:16 EST


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/



This archive was generated by hypermail 2b29 : Fri Aug 31 2001 - 21:00:11 EST