Changeset 9538 for trunk/psLib/src/math/psRegion.c
- Timestamp:
- Oct 13, 2006, 11:13:48 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psRegion.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psRegion.c
r8232 r9538 3 3 #include "psMemory.h" 4 4 #include "psError.h" 5 5 #include "psAssert.h" 6 6 #include "psRegion.h" 7 7 … … 109 109 bool psMemCheckRegion(psPtr ptr) 110 110 { 111 if (!is_psType(ptr)) { 112 return false; 113 } 111 PS_ASSERT_PTR(ptr, false); 114 112 return ( psMemGetDeallocator(ptr) == (psFreeFunc)regionFree ); 115 113 }
Note:
See TracChangeset
for help on using the changeset viewer.
