Changeset 12433 for trunk/psLib/src/sys/psAssert.h
- Timestamp:
- Mar 13, 2007, 4:35:02 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
r12297 r12433 256 256 } 257 257 258 #define PS_ASSERT_PTR_TYPE_EQUAL(PTR1, PTR2, RVAL) PS_ASSERT_ PTRS_TYPE_EQUAL_GENERAL(PTR1, PTR2, return RVAL)259 #define PS_ASSERT_ PTRS_TYPE_EQUAL_GENERAL(PTR1, PTR2, CLEANUP) \258 #define PS_ASSERT_PTR_TYPE_EQUAL(PTR1, PTR2, RVAL) PS_ASSERT_GENERAL_PTR_TYPE_EQUAL(PTR1, PTR2, return RVAL) 259 #define PS_ASSERT_GENERAL_PTR_TYPE_EQUAL(PTR1, PTR2, CLEANUP) \ 260 260 if (PTR1->type.type != PTR2->type.type) { \ 261 261 psError(PS_ERR_BAD_PARAMETER_TYPE, true, \
Note:
See TracChangeset
for help on using the changeset viewer.
