David Schultz efd0f253c2 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 <octo@verplant.org>
2010-06-12 17:32:05 +00:00
..
2010-06-12 15:13:36 +00:00
2009-10-26 17:27:30 +00:00
2010-03-02 16:58:04 +00:00
2010-05-11 23:08:31 +00:00
2010-02-01 20:53:55 +00:00
2010-06-02 10:20:23 +00:00
2010-01-02 09:58:07 +00:00
2010-01-02 09:58:07 +00:00
2010-05-03 09:49:42 +00:00
2010-01-21 15:01:09 +00:00
2010-05-24 13:44:39 +00:00
2010-01-02 09:58:07 +00:00
2010-04-20 21:14:30 +00:00