delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
From: | Martin Ambuhl <mambuhl AT earthlink DOT net> |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031208 |
X-Accept-Language: | en-us, en, de, fr, ru, el, zh |
MIME-Version: | 1.0 |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Does using '-std=c99' with gcc 3.3.x cause '__STRICT_ANSI__' |
to be defined? | |
References: | <btarqo$kgr$1 AT au-nws-0001 DOT flow DOT com DOT au> <3FF9241B DOT 2060501 AT earthlink DOT net> <btcs0a$ti5$1 AT au-nws-0001 DOT flow DOT com DOT au> |
In-Reply-To: | <btcs0a$ti5$1@au-nws-0001.flow.com.au> |
Lines: | 24 |
Message-ID: | <AcqKb.11284$6B.10801@newsread1.news.atl.earthlink.net> |
Date: | Tue, 06 Jan 2004 03:46:40 GMT |
NNTP-Posting-Host: | 65.178.16.171 |
X-Complaints-To: | abuse AT earthlink DOT net |
X-Trace: | newsread1.news.atl.earthlink.net 1073360800 65.178.16.171 (Mon, 05 Jan 2004 19:46:40 PST) |
NNTP-Posting-Date: | Mon, 05 Jan 2004 19:46:40 PST |
Organization: | EarthLink Inc. -- http://www.EarthLink.net |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
bdeck wrote: > "Martin Ambuhl" <mambuhl AT earthlink DOT net> wrote in message > news:3FF9241B DOT 2060501 AT earthlink DOT net... > >>bdeck wrote: >><nothing> >> >>Please do not hide questions in the subject line. >>This one you could answer for yourself: > > > Fine. I got that far, too. I just wanted confirmation. > > Anybody know why using '-std=c99' has been deliberately set to render half > of my DJGPP headers useless, then? If you want to use headers containing non-standard features otherwise acceptable to gcc, use -std=gnu99 You are, after all, claiming your code is C99 code and then using headers which are not C99. What do you expect? -- Martin Ambuhl
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |