From 7ac3b71611d7e3e29c9a1a489c20a1c58e01328e Mon Sep 17 00:00:00 2001 From: aamine Date: Thu, 5 Sep 2002 20:00:52 +0000 Subject: * gc.c (gc_sweep): should mark parser. * parse.y (rb_gc_mark_parser): new function. * intern.h (rb_gc_mark_parser): added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- gc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gc.c') diff --git a/gc.c b/gc.c index 03c47fc836..84842b3d66 100644 --- a/gc.c +++ b/gc.c @@ -1186,6 +1186,8 @@ rb_gc() /* mark generic instance variables for special constants */ rb_mark_generic_ivar_tbl(); + + rb_gc_mark_parser(); /* gc_mark objects whose marking are not completed*/ while (!MARK_STACK_EMPTY){ -- cgit v1.2.3