* gc.c (rb_raw_obj_info): should support IMEMO/iseq.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d41838c8d4
commit
e25f9ceddf
@ -1,3 +1,7 @@
|
|||||||
|
Thu Sep 3 17:50:09 2015 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
|
* gc.c (rb_raw_obj_info): should support IMEMO/iseq.
|
||||||
|
|
||||||
Thu Sep 3 10:07:49 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Thu Sep 3 10:07:49 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* vm_eval.c (raise_method_missing): refine error messages when a
|
* vm_eval.c (raise_method_missing): refine error messages when a
|
||||||
|
1
gc.c
1
gc.c
@ -8976,6 +8976,7 @@ rb_raw_obj_info(char *buff, const int buff_size, VALUE obj)
|
|||||||
IMEMO_NAME(ifunc);
|
IMEMO_NAME(ifunc);
|
||||||
IMEMO_NAME(memo);
|
IMEMO_NAME(memo);
|
||||||
IMEMO_NAME(ment);
|
IMEMO_NAME(ment);
|
||||||
|
IMEMO_NAME(iseq);
|
||||||
default: rb_bug("unknown IMEMO");
|
default: rb_bug("unknown IMEMO");
|
||||||
#undef IMEMO_NAME
|
#undef IMEMO_NAME
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user