Changeset 8921 for trunk/psLib/src/sys/psAssert.h
- Timestamp:
- Sep 22, 2006, 5:48:03 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
r8917 r8921 150 150 if (!isfinite(NAME)) { \ 151 151 psError(PS_ERR_BAD_PARAMETER_VALUE, true, \ 152 "Error: %s=%f is not a real value.\n", \152 "Error: %s=%f is not a real value.\n", \ 153 153 #NAME, NAME); \ 154 154 return RVAL; \
Note:
See TracChangeset
for help on using the changeset viewer.
