Changeset 428 for branches/thune/thread_safe/make.c
- Timestamp:
- 07/07/07 23:25:19 (17 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/make.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/make.c
r427 r428 29 29 30 30 31 //#define GC_STRESS_TEST 1 32 33 31 34 extern int64_t ur_stringToInt( const char*, const char*, const char** ); 32 35 extern int64_t ur_hexToInt( const char*, const char*, const char** ); … … 34 37 35 38 extern UContext ur_thrGlobal; 36 37 38 //#define GC_STRESS_TEST 139 39 40 40
