X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Mon, 1 Oct 2007 15:11:01 -0400 Message-Id: <200710011911.l91JB1mU003023@envy.delorie.com> From: DJ Delorie To: mozadded AT gmail DOT com CC: djgpp AT delorie DOT com In-reply-to: <4701333A.000003.04248@SOW> (mozadded@gmail.com) Subject: Re: Operator ?= References: <4701333A DOT 000003 DOT 04248 AT SOW> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Why the operators ?= (min and max) are not supported in > DJGPP? Is there any plan to add them in future? DJGPP does whatever GCC does. So, you need to find out if/when it's supported in GCC, and see when/if that gcc version is available for DJGPP.