K 10 svn:author V 3 das K 8 svn:date V 27 2010-06-12T17:32:05.725189Z K 7 svn:log V 384 Introduce __isnanf() as an alias for isnanf(), and make the isnan() macro expand to __isnanf() instead of isnanf() for float arguments. This change is needed because isnanf() isn't declared in strict POSIX or C99 mode. Compatibility note: Apps using isnan(float) that are compiled after this change won't link against an older libm. Reported by: Florian Forster END