Changeset 508 for trunk/thune/urlan.c
- Timestamp:
- 02/08/08 18:56:30 (10 months ago)
- Files:
-
- 1 modified
-
trunk/thune/urlan.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/urlan.c
r501 r508 528 528 #endif 529 529 530 env->flags = UR_ENV_ GC | UR_ENV_SECURE;530 env->flags = UR_ENV_SECURE; 531 531 532 532 #if 0 … … 681 681 // Make a fresh thread store. 682 682 683 ut->flags &= ~UR_THREAD_GC; 683 684 ur_threadInitStore( ut, binCount, blkCount ); 684 685 … … 695 696 696 697 ur_makeBinary( 0, 0 ); // 0 - BIN_THREAD_TMP 698 ut->flags |= UR_THREAD_GC; 697 699 } 698 700
