X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Fri, 29 Oct 2004 14:55:04 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-ID: <01c4bdb6$Blat.v2.2.2$ac0c47c0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: <200410280911.35660.pavenis@latnet.lv> (message from Andris Pavenis on Thu, 28 Oct 2004 09:11:35 +0300) Subject: Re: djgpp: djgpp/src/libm/math/wf_acos.c References: <200410271605 DOT i9RG5KTu031555 AT delorie DOT com> <01c4bc52$Blat.v2.2.2$184f3200 AT zahav DOT net DOT il> <200410280911 DOT 35660 DOT pavenis AT latnet DOT lv> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Andris Pavenis > Date: Thu, 28 Oct 2004 09:11:35 +0300 > > > 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? Yes, probably. However, if there's a lot of "#ifdef __STDC__" in other files, and you don't have time to convert all of them, I guess adding another "#ifdef __STDC__" won't hurt.