Changeset 428 for branches/thune/thread_safe/internal.h
- Timestamp:
- 07/07/07 23:25:19 (17 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/internal.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/internal.h
r426 r428 17 17 //#define BLK_DSTACK 4 18 18 19 enum ComponentContextValues20 {21 COMPONENT_SELF = 0,22 COMPONENT_COUNTS,23 COMPONENT_BODY,24 COMPONENT_CELLS25 };26 19 27 20 #define initGCArray(af) \
