Oops, this was code duplication, which is bad. I'm merging the two functions
into a single code.
2007-02-24 Bruno Haible <[EMAIL PROTECTED]>
* lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
defined.
* lib/isnanl.c: Remove all code. Just include isnan.c
Hi,
printf also needs to output long double numbers... so it needs an isnanl()
function as well. Like for isnan(), having it defined in libm (OSF/1,
Solaris) doesn't help.
2007-02-24 Bruno Haible <[EMAIL PROTECTED]>
* modules/isnanl-nolibm: New file.
* lib/isnanl.h: New file.