X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "bdeck" Newsgroups: comp.os.msdos.djgpp Subject: Re: Does using '-std=c99' with gcc 3.3.x cause '__STRICT_ANSI__' to be defined? Date: Thu, 8 Jan 2004 17:56:40 +0100 Organization: Flow Communications AU Lines: 13 Message-ID: References: <3FF9241B DOT 2060501 AT earthlink DOT net> <200401080113 DOT i081DT7q021456 AT envy DOT delorie DOT com> NNTP-Posting-Host: int.flowcom.com.au X-Trace: au-nws-0001.flow.com.au 1073544391 17307 202.129.64.242 (8 Jan 2004 06:46:31 GMT) X-Complaints-To: usenet AT au-nws-0001 DOT flow DOT com DOT au NNTP-Posting-Date: Thu, 8 Jan 2004 06:46:31 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "DJ Delorie" wrote in message news:200401080113 DOT i081DT7q021456 AT envy DOT delorie DOT com... > > If you specifically request that gcc strictly comply > with the c99 standard, all non-c99 definitions are removed from the > headers. > > If you want the non-c99 stuff in the headers, use -std=gnu99 instead. Thanks.