From mint-bounce@lists.fishpool.fi  Thu Apr 28 12:40:16 2005
X-Original-To: fnaumann@mail.boerde.de
Delivered-To: fnaumann@mail.boerde.de
Subject: Re: [MiNT] compiling problem
From: Petr Stehlik <joy@sophics.cz>
To: Evan Langlois <Evan@CoolRunningConcepts.com>
Cc: MiNT Mailing List <mint@fishpool.com>
In-Reply-To: <1114682277.18332.40.camel@taro.coolrunningconcepts.com>
References: <Pine.LNX.4.62.0504281043240.4074@localhost.localdomain>
	 <1114682277.18332.40.camel@taro.coolrunningconcepts.com>
Content-Type: text/plain; charset=ISO-8859-2
Date: Thu, 28 Apr 2005 12:38:27 +0200
Message-Id: <1114684707.28671.26.camel@joy.sophics>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.2 
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-To: mint-bounce@lists.fishpool.fi
X-original-sender: joy@sophics.cz
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
X-Virus-Scanned: by amavisd-new at relay.boerde.de
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de
X-Spam-Status: No, hits=-1.0 tagged_above=-50.5 required=7.0 tests=BAYES_00
X-Spam-Level: 
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by wh58-508.st.uni-magdeburg.de id j3SAeFQu017689

Evan Langlois píše v Čt 28. 04. 2005 v 04:57 -0500:
> someone wiser than I, can tell me what's wrong with this:
> 
> #define min(a,b)	(((a) < (b)) ? (a) : (b))

min(x++, 0));

I think you see what's wrong now.

Petr


