ruby-changes:38635
From: ko1 <ko1@a...>
Date: Mon, 1 Jun 2015 21:20:50 +0900 (JST)
Subject: [ruby-changes:38635] ko1:r50716 (trunk): * gc.c (gc_mark_children): remove a garbage character
ko1 2015-06-01 21:20:06 +0900 (Mon, 01 Jun 2015) New Revision: 50716 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50716 Log: * gc.c (gc_mark_children): remove a garbage character introduced at the last commit. Modified files: trunk/ChangeLog trunk/gc.c Index: ChangeLog =================================================================== --- ChangeLog (revision 50715) +++ ChangeLog (revision 50716) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Jun 1 21:18:24 2015 Koichi Sasada <ko1@a...> + + * gc.c (gc_mark_children): remove a garbage character + introduced at the last commit. + Mon Jun 1 19:24:42 2015 Koichi Sasada <ko1@a...> * vm_method.c (rb_method_entry_make): do not show warning message Index: gc.c =================================================================== --- gc.c (revision 50715) +++ gc.c (revision 50716) @@ -4315,7 +4315,7 @@ gc_mark_children(rb_objspace_t *objspace https://github.com/ruby/ruby/blob/trunk/gc.c#L4315 rb_bug("T_IMEMO: unreachable"); } } -a + gc_mark(objspace, any->as.basic.klass); switch (BUILTIN_TYPE(obj)) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/