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

Ben LaHaise (bcrl@redhat.com)
Fri, 24 Aug 2001 19:21:43 -0400 (EDT)


On Fri, 24 Aug 2001, Brad Chapman wrote:

> This way, some hackers can use the two-arg min()/max() inside an #ifdef block,
> other hackers can use the three-arg min()/max() inside an #ifdef block,
> and people who don't care can select either.

Have you no taste? Use of #ifdef's should be minimised as much as
possible. For this kind of construct, the spurious preprocessor usage
just makes me want to vomit.

-ben

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