1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* gc.c (gc_mark_children): remove a garbage character

introduced at the last commit.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2015-06-01 12:20:06 +00:00
parent 7221252ab1
commit 4777bdce27
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Mon Jun 1 21:18:24 2015 Koichi Sasada <ko1@atdot.net>
* gc.c (gc_mark_children): remove a garbage character
introduced at the last commit.
Mon Jun 1 19:24:42 2015 Koichi Sasada <ko1@atdot.net>
* vm_method.c (rb_method_entry_make): do not show warning message

2
gc.c
View file

@ -4315,7 +4315,7 @@ gc_mark_children(rb_objspace_t *objspace, VALUE obj)
rb_bug("T_IMEMO: unreachable");
}
}
a
gc_mark(objspace, any->as.basic.klass);
switch (BUILTIN_TYPE(obj)) {