| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
| From: | Carey Evans <carey DOT evans AT gmail DOT com> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: Operator <?= and >?= |
| 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 |
| 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 |
On Oct 2, 6:49 am, "Mahbub" <mozad DOT DOT DOT AT gmail DOT com> wrote:
> Why the operators <?= and >?= (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 <?, >?, <?=, and >?= 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.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |