Changeset 15047 for trunk/psLib/src/sys/psAssert.h
- Timestamp:
- Sep 27, 2007, 2:36:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psAssert.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psAssert.h
r14982 r15047 213 213 } \ 214 214 215 #define PS_ASSERT_PTR(NAME, RVAL) 216 215 217 #define PS_ASSERT_PTR_NON_NULL(NAME, RVAL) PS_ASSERT_GENERAL_PTR_NON_NULL(NAME, return RVAL) 216 218 #define PS_ASSERT_GENERAL_PTR_NON_NULL(NAME, CLEANUP) \
Note:
See TracChangeset
for help on using the changeset viewer.
