Skip to content

Commit

Permalink
* gc.c (rb_raw_obj_info): should support IMEMO/iseq.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ko1 committed Sep 3, 2015
1 parent d41838c commit e25f9ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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>

* vm_eval.c (raise_method_missing): refine error messages when a
Expand Down
1 change: 1 addition & 0 deletions gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -8976,6 +8976,7 @@ rb_raw_obj_info(char *buff, const int buff_size, VALUE obj)
IMEMO_NAME(ifunc);
IMEMO_NAME(memo);
IMEMO_NAME(ment);
IMEMO_NAME(iseq);
default: rb_bug("unknown IMEMO");
#undef IMEMO_NAME
}
Expand Down

0 comments on commit e25f9ce

Please sign in to comment.