On Sat, Jun 12, 2010 at 05:32:05PM +0000, David Schultz wrote: > Author: das > Date: Sat Jun 12 17:32:05 2010 > New Revision: 209110 > URL: http://svn.freebsd.org/changeset/base/209110 > > Log: > 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. >
Does this then mean that libm's version number needs to be bumped? -- Steve _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"