X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Carey Evans Newsgroups: comp.os.msdos.djgpp Subject: Re: Operator ?= Date: Tue, 02 Oct 2007 01:56:59 -0700 Organization: http://groups.google.com Lines: 12 Message-ID: <1191315419.579478.26590@19g2000hsx.googlegroups.com> References: <4701333A DOT 000003 DOT 04248 AT SOW> NNTP-Posting-Host: 121.72.137.197 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1191315419 5664 127.0.0.1 (2 Oct 2007 08:56:59 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 2 Oct 2007 08:56:59 +0000 (UTC) In-Reply-To: <4701333A.000003.04248@SOW> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: 19g2000hsx.googlegroups.com; posting-host=121.72.137.197; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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 On Oct 2, 6:49 am, "Mahbub" wrote: > Why the operators ?= (min and max) are not supported in DJGPP? Is > there any plan to add them in future? The GCC 4.2 changelog at http://gcc.gnu.org/gcc-4.2/changes.html says: The ?, ?= operators, deprecated in previous GCC releases, have been removed. They're not standard C, so I doubt they'll be back. If you need them you'll need to use one of the older versions of GCC.