summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-04-09 04:56:39 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-04-09 04:56:39 +0000
commitab9e8e91ef61f32a6a8b0715bb6c573520c7f3d5 (patch)
tree7fdabeabc9b2694fbc7e4086e1df0264148fb71d /eval.c
parent5a2c05b0fcbc49c0aa0006672b7709f369f66f2b (diff)
* file.c (Init_File): should redifine "new" class method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index 4af3e8e4cf..8b5490dbae 100644
--- a/eval.c
+++ b/eval.c
@@ -6966,6 +6966,7 @@ thread_mark(th)
rb_gc_mark(th->klass);
rb_gc_mark(th->wrapper);
+ rb_gc_mark(th->cref);
rb_gc_mark(th->scope);
rb_gc_mark(th->dyna_vars);