All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Greear <greearb@candelatech.com>
To: Herbert Rosmanith <herp@wildsau.idv-edu.uni-linz.ac.at>
Cc: linux-kernel@vger.kernel.org
Subject: Re: min/max status?
Date: Wed, 29 Aug 2001 07:55:35 -0700	[thread overview]
Message-ID: <3B8D0267.83C11572@candelatech.com> (raw)
In-Reply-To: <200108290911.f7T9Btb06402@wildsau.idv-edu.uni-linz.ac.at>

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

      reply	other threads:[~2001-08-29 14:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-29  9:11 min/max status? Herbert Rosmanith
2001-08-29 14:55 ` Ben Greear [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3B8D0267.83C11572@candelatech.com \
    --to=greearb@candelatech.com \
    --cc=herp@wildsau.idv-edu.uni-linz.ac.at \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.