Changeset 268 for trunk/utils.h

Show
Ignore:
Timestamp:
10/29/2006 02:05:01 AM (2 years ago)
Author:
moo
Message:

full compatible with auto_globals_jit, no need to disable it from now on

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/utils.h

    r212 r268  
    4949    HashTable *orig_function_table; 
    5050    HashTable *orig_class_table; 
     51    HashTable *orig_auto_globals; 
    5152    HashTable tmp_function_table; 
    5253    HashTable tmp_class_table; 
     54    HashTable tmp_auto_globals; 
    5355} xc_sandbox_t; 
    5456