mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Rename imemo_alloc with imemo_tmpbuf
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
af0696782d
commit
e9303e1a00
5 changed files with 35 additions and 35 deletions
|
@ -625,7 +625,7 @@ count_imemo_objects(int argc, VALUE *argv, VALUE self)
|
|||
imemo_type_ids[5] = rb_intern("imemo_memo");
|
||||
imemo_type_ids[6] = rb_intern("imemo_ment");
|
||||
imemo_type_ids[7] = rb_intern("imemo_iseq");
|
||||
imemo_type_ids[8] = rb_intern("imemo_alloc");
|
||||
imemo_type_ids[8] = rb_intern("imemo_tmpbuf");
|
||||
imemo_type_ids[9] = rb_intern("imemo_parser_strterm");
|
||||
}
|
||||
|
||||
|
|
|
@ -205,7 +205,7 @@ imemo_name(int imemo)
|
|||
TYPE_STR(memo);
|
||||
TYPE_STR(ment);
|
||||
TYPE_STR(iseq);
|
||||
TYPE_STR(alloc);
|
||||
TYPE_STR(tmpbuf);
|
||||
TYPE_STR(ast);
|
||||
TYPE_STR(parser_strterm);
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue