Changeset 450 for branches/thune/thread_safe/gc.c
- Timestamp:
- 08/11/07 04:53:46 (16 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/gc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/gc.c
r433 r450 273 273 case UT_VECTOR: 274 274 case UT_BITSET: 275 SET_BIT_BIN_L( it->series.n )276 break;277 278 case UT_SLICE:279 if( ur_sliceDT(it) == UT_BLOCK ||280 ur_sliceDT(it) == UT_PAREN )281 goto mark_block;282 275 SET_BIT_BIN_L( it->series.n ) 283 276 break; … … 309 302 case UT_BLOCK: 310 303 case UT_PAREN: 311 mark_block:312 304 idx = it->series.n; 313 305 if( ur_isLocal(idx) )
