Changeset 9597 for trunk/psLib/src/sys/psAssert.h
- Timestamp:
- Oct 16, 2006, 4:35:25 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
r9538 r9597 13 13 #define PS_ASSERT_PTR(NAME, RVAL) \ 14 14 { \ 15 if (NAME == NULL) return(RVAL); \ 15 16 psMemBlock *mb = (psMemBlock*)(NAME) - 1; \ 16 17 if (mb->startblock != P_PS_MEMMAGIC || mb->endblock != P_PS_MEMMAGIC || \
Note:
See TracChangeset
for help on using the changeset viewer.
