Changeset 344 for trunk/utils.h

Show
Ignore:
Timestamp:
02/04/2007 06:22:14 AM (22 months ago)
Author:
moo
Message:

copy internal functions/classes into sandbox, they're needed by compiler

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/utils.h

    r305 r344  
    7171    HashTable tmp_class_table; 
    7272    HashTable tmp_auto_globals; 
     73    Bucket    *tmp_internal_function_tail; 
     74    Bucket    *tmp_internal_class_tail; 
    7375} xc_sandbox_t; 
    7476