Sorry, you're right. I wasn't thinking this through enough. I was thinking
that
min(a, min(b, c))
would cause cpp to do things like
int __x = (__x)
It seems the only problematic case is calling it with __x type arguments.
Jeff
-
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/