| www.delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to djgpp-workers-bounces using -f |
| Date: | Wed, 27 Oct 2004 20:22:42 +0200 |
| From: | "Eli Zaretskii" <eliz AT gnu DOT org> |
| Sender: | halo1 AT zahav DOT net DOT il |
| To: | djgpp-workers AT delorie DOT com |
| Message-ID: | <01c4bc52$Blat.v2.2.2$184f3200@zahav.net.il> |
| X-Mailer: | emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 |
| In-reply-to: | <200410271605.i9RG5KTu031555@delorie.com> (cvs@delorie.com) |
| Subject: | Re: djgpp: djgpp/src/libm/math/wf_acos.c |
| References: | <200410271605 DOT i9RG5KTu031555 AT delorie DOT com> |
| 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 |
> Date: Wed, 27 Oct 2004 12:05:20 -0400 > From: "cvs-andris AT delorie DOT com" <cvs 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.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |