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

Brad Chapman (kakadu_croc@yahoo.com)
Fri, 24 Aug 2001 17:21:45 -0700 (PDT)


--- Tobias Diedrich <ranma@gmx.at> wrote:
> 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.
>
> Umm, you know this means some drivers will work only with one setting, unless
> you always code both versions, which would be stupid ?
>
> --
> Tobias PGP-Key: 0x9AC7E0BC

Mr. Diedrich,

Yes, I'm aware of that. That's why we should try to centralize the #ifdef
somewhere, so that everybody sees a unified interface, but at the same time,
do this correctly _and_ _without_ the use of typeof().

BTW what is your opinion on the things I suggested?

Brad

=====
Brad Chapman

Permanent e-mail: kakadu_croc@yahoo.com
Current e-mail: kakadu@adelphia.net
Alternate e-mail: kakadu@netscape.net

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
-
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/