X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: 14 Dec 2003 16:21:50 +0200 Message-Id: From: Eli Zaretskii To: djgpp-workers AT delorie DOT com Subject: isnanf et al Reply-To: djgpp-workers AT delorie DOT com It seems like we have fixed the problem with the C99 definition of `isnan' and an incompatible macro in ieeefp.h. But what about the float version of that macro, `isnanf'? It seems like that macro is still used by all functions that include fdlibm.h, namely the libm.a functions. Did I miss something or is that a bug in the latest beta of v2.04? (Similar problems exist with float versions of all the other `is*' macros, like `isinff' etc.)