* 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:
parent
7221252ab1
commit
4777bdce27
@ -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>
|
Mon Jun 1 19:24:42 2015 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* vm_method.c (rb_method_entry_make): do not show warning message
|
* vm_method.c (rb_method_entry_make): do not show warning message
|
||||||
|
2
gc.c
2
gc.c
@ -4315,7 +4315,7 @@ gc_mark_children(rb_objspace_t *objspace, VALUE obj)
|
|||||||
rb_bug("T_IMEMO: unreachable");
|
rb_bug("T_IMEMO: unreachable");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a
|
|
||||||
gc_mark(objspace, any->as.basic.klass);
|
gc_mark(objspace, any->as.basic.klass);
|
||||||
|
|
||||||
switch (BUILTIN_TYPE(obj)) {
|
switch (BUILTIN_TYPE(obj)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user