Changeset 8917 for trunk/psLib/src/sys/psAssert.h
- Timestamp:
- Sep 22, 2006, 5:45:27 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psAssert.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psAssert.h
r8916 r8917 148 148 149 149 #define PS_ASSERT_FLOAT_REAL(NAME, RVAL) \ 150 if (! finite(NAME)) { \150 if (!isfinite(NAME)) { \ 151 151 psError(PS_ERR_BAD_PARAMETER_VALUE, true, \ 152 152 "Error: %s=%fis not a real value.\n", \
Note:
See TracChangeset
for help on using the changeset viewer.
