X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: Andris Pavenis To: djgpp-workers AT delorie DOT com Subject: Re: djgpp: djgpp/src/libm/math/wf_acos.c Date: Thu, 28 Oct 2004 09:11:35 +0300 User-Agent: KMail/1.7.1 References: <200410271605 DOT i9RG5KTu031555 AT delorie DOT com> <01c4bc52$Blat.v2.2.2$184f3200 AT zahav DOT net DOT il> In-Reply-To: <01c4bc52$Blat.v2.2.2$184f3200@zahav.net.il> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410280911.35660.pavenis@latnet.lv> Reply-To: djgpp-workers AT delorie DOT com On Wednesday 27 October 2004 21:22, Eli Zaretskii wrote: > > Date: Wed, 27 Oct 2004 12:05:20 -0400 > > From: "cvs-andris AT delorie DOT com" > > > > ! #ifdef __STDC__ > > float acosf(float x) /* wrapper acosf */ > > #else > > This should be "#if __STDC__", I think: it is permitted for a compiler > to define __STDC__ to zero, to mean that it's not in Standard C mode. I'ts '#ifdef __STDC__' in other .c files in the same directory. So I only copied it to one which differed. Should we change all them? Andris