Changeset 508 for trunk/thune/gc.c
- Timestamp:
- 02/08/08 18:56:30 (10 months ago)
- Files:
-
- 1 modified
-
trunk/thune/gc.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/gc.c
r502 r508 302 302 case UT_BLOCK: 303 303 case UT_PAREN: 304 case UT_MACRO: 304 305 idx = it->series.n; 305 306 if( ur_isLocal(idx) ) … … 336 337 337 338 idx = it->err.traceBlk; 338 if( idx )339 if( idx > 0 ) 339 340 SET_BIT_BLOCK( idx ) 340 341 break; … … 376 377 SET_BIT_BLOCK_L( it->func.bodyN ) 377 378 idx = it->func.sigN; 378 if( idx )379 if( idx > 0 ) 379 380 SET_BIT_BLOCK( idx ) 380 381 it -= CC_LEN_FUNC;
