Changeset 111
- Timestamp:
- 01/01/2007 08:38:42 (23 months ago)
- Files:
-
- 1 modified
-
trunk/ext/sand_table/sand_table.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ext/sand_table/sand_table.c
r110 r111 331 331 } 332 332 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); 334 335 } 335 336
