Changeset 9538 for trunk/psLib/src/sys/psLine.c
- Timestamp:
- Oct 13, 2006, 11:13:48 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLine.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLine.c
r7950 r9538 3 3 4 4 #include "psMemory.h" 5 #include "psAssert.h" 5 6 #include "psConstants.h" 6 7 #include "psLine.h" … … 64 65 bool psMemCheckLine(psPtr ptr) 65 66 { 66 if (!is_psType(ptr)) { 67 return false; 68 } 67 PS_ASSERT_PTR(ptr, false); 69 68 return ( psMemGetDeallocator(ptr) == (psFreeFunc)lineFree ); 70 69 }
Note:
See TracChangeset
for help on using the changeset viewer.
