Re: ieeefp.h: C++ guards

2005-11-07 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Corinna Vinschen wrote: > On Nov 7 11:45, Jeff Johnston wrote: >>Seems very sensible considering that a number of the identifiers are >>also declared in math.h and protected there (e.g. isnan). Which was the kind of error I was getting. > Thanks, a

Re: ieeefp.h: C++ guards

2005-11-07 Thread Corinna Vinschen
On Nov 7 11:45, Jeff Johnston wrote: > Corinna Vinschen wrote: > >On Nov 6 16:41, Yaakov S (Cygwin Ports) wrote: > > > >>The ieeefp.h header does not contain C++ guards. Is there a reason for > >>this? > >> > >>This particularly affects C++ perl extensions, as perl.h includes > >>ieeefp.h, altho

Re: ieeefp.h: C++ guards

2005-11-07 Thread Jeff Johnston
Corinna Vinschen wrote: On Nov 6 16:41, Yaakov S (Cygwin Ports) wrote: The ieeefp.h header does not contain C++ guards. Is there a reason for this? This particularly affects C++ perl extensions, as perl.h includes ieeefp.h, although I just ran across another, non-perl case where it caused a

Re: ieeefp.h: C++ guards

2005-11-07 Thread Corinna Vinschen
On Nov 6 16:41, Yaakov S (Cygwin Ports) wrote: > The ieeefp.h header does not contain C++ guards. Is there a reason for > this? > > This particularly affects C++ perl extensions, as perl.h includes > ieeefp.h, although I just ran across another, non-perl case where it > caused a compilation erro