added code that handles pool dictionary defintion

This commit is contained in:
hyunghwan.chung
2015-07-15 08:39:18 +00:00
parent 9e720c40d0
commit 5700b57d57
5 changed files with 124 additions and 61 deletions

View File

@ -89,8 +89,7 @@ stix_oop_t stix_moveoop (stix_t* stix, stix_oop_t oop)
if (!oop) return oop;
#endif
STIX_ASSERT (STIX_OOP_IS_POINTER(oop));
/*if (STIX_OOP_IS_POINTER(oop)) return oop;*/
if (!STIX_OOP_IS_POINTER(oop)) return oop;
if (STIX_OBJ_GET_FLAGS_MOVED(oop))
{