Index: /trunk/psLib/src/sys/psAssert.h
===================================================================
--- /trunk/psLib/src/sys/psAssert.h	(revision 8916)
+++ /trunk/psLib/src/sys/psAssert.h	(revision 8917)
@@ -148,5 +148,5 @@
 
 #define PS_ASSERT_FLOAT_REAL(NAME, RVAL) \
-if (!finite(NAME)) { \
+if (!isfinite(NAME)) { \
     psError(PS_ERR_BAD_PARAMETER_VALUE, true, \
             "Error: %s=%fis not a real value.\n", \
