Changeset 268 for trunk/utils.h
- Timestamp:
- 10/29/2006 02:05:01 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/utils.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.h
r212 r268 49 49 HashTable *orig_function_table; 50 50 HashTable *orig_class_table; 51 HashTable *orig_auto_globals; 51 52 HashTable tmp_function_table; 52 53 HashTable tmp_class_table; 54 HashTable tmp_auto_globals; 53 55 } xc_sandbox_t; 54 56

