Changeset 418 for branches/thune/thread_safe/gc.c
- Timestamp:
- 06/22/07 20:53:36 (17 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/gc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/gc.c
r387 r418 446 446 blk.used = UR_TOS - UR_BOS; 447 447 448 #ifndef LANG_RUNE 448 449 assert( ur_is(UR_BOS, UT_UNSET) ); 450 #endif 449 451 assert( blk.used > -1 ); 450 452
