X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Martin Ambuhl 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: <3FF9241B DOT 2060501 AT earthlink DOT net> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 24 Message-ID: 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" wrote in message > news:3FF9241B DOT 2060501 AT earthlink DOT net... > >>bdeck wrote: >> >> >>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