K 10 svn:author V 3 das K 8 svn:date V 27 2004-10-01T06:33:00.000000Z K 7 svn:log V 406 MFC src/lib/libc/gen/isnan.c,v 1.2 | Remove __isnanl() to avoid conflicting with the same function in libm. | __isnan() and __isnanf() must remain in libc for hysterical raisins. | On the other hand, __isnanl() must live in libm because libm uses it | internally and can't depend on older versions of libc to provide it. | Fortunately, we don't need __isnanl() in both libraries. Approved by: re (scottl) END