Changeset 111

Show
Ignore:
Timestamp:
01/01/2007 08:38:42 (23 months ago)
Author:
mental
Message:

mark scope and dyna_vars directly since they have RBasic headers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ext/sand_table/sand_table.c

    r110 r111  
    331331  } 
    332332  rb_gc_mark(wick->banished); 
    333   /* TODO: mark wick->scope and wick->dyna_vars */ 
     333  rb_gc_mark((VALUE)wick->scope); 
     334  rb_gc_mark((VALUE)wick->dyna_vars); 
    334335} 
    335336