Re: min/max status?

Ben Greear (greearb@candelatech.com)
Wed, 29 Aug 2001 07:55:35 -0700


Herbert Rosmanith wrote:
>
> hi,
>
> I'd like to know of min/max will stay in kernel.h in their current (and
> fucking ugly, IMO) form or if they eventually will be moved to something
> like type_min() type_max().
>
> I've read a lot of emails contra the 3-parm. min/max macros. Does our
> supreme deity listen to HIS followers or is this more like a
> "le etat est moi" --- "der kernel bin ich" question?

If you are so blindly opposed to the min/max thing, just use
if (x > z) {
go do thing
}
else {
go do other thing
}

Otherwise, get over it and lets move on.

Ben

-- 
Ben Greear <greearb@candelatech.com>          <Ben_Greear@excite.com>
President of Candela Technologies Inc      http://www.candelatech.com
ScryMUD:  http://scry.wanfear.com     http://scry.wanfear.com/~greear
-
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/