linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* min/max status?
@ 2001-08-29  9:11 Herbert Rosmanith
  2001-08-29 14:55 ` Ben Greear
  0 siblings, 1 reply; 2+ messages in thread
From: Herbert Rosmanith @ 2001-08-29  9:11 UTC (permalink / raw)
  To: linux-kernel


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?


-- 
mfg,
Dipl.-Ing. H.Rosmanith                    Karrer & Partner Gesellschaft mbH
Freistaedter Str. 236, A-4040 Linz,                   Tel. +43/732/75 71 30
                                                      Fax. +43/732/75 71 44


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: min/max status?
  2001-08-29  9:11 min/max status? Herbert Rosmanith
@ 2001-08-29 14:55 ` Ben Greear
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Greear @ 2001-08-29 14:55 UTC (permalink / raw)
  To: Herbert Rosmanith; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-29 14:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-29  9:11 min/max status? Herbert Rosmanith
2001-08-29 14:55 ` Ben Greear

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).