On Wed, 23 Dec 2009, Tamas TEVESZ wrote: Hi,
> on platforms where available, what is the significance of including > ieeefp.h, given that even without it, things seem to be doing OK? Probably nothing though sometimes is good to check the details in platform documentation. It's possible that in ieeefp.h some functionality is extended, i.e. some math functions from math.h can be replaced by C99 compatible macros which can operate on any floating point types. In Harbour we are using it only in SunOS builds for finite() function and as I can see this code should be cleaned because it works only for GCC builds. I'll commit the fix ASAP. best regards, Przemek _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
