From 1aa34afd41a514f0402a41d9d5a1a3c9af43ee7e Mon Sep 17 00:00:00 2001 From: mame Date: Sat, 4 Nov 2017 10:56:50 +0000 Subject: Rename imemo_strterm to imemo_parser_strterm Per ko1's request. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/objspace/objspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/objspace') diff --git a/ext/objspace/objspace.c b/ext/objspace/objspace.c index 247ba148b2..d5e86353f1 100644 --- a/ext/objspace/objspace.c +++ b/ext/objspace/objspace.c @@ -625,7 +625,7 @@ count_imemo_objects(int argc, VALUE *argv, VALUE self) 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[9] = rb_intern("imemo_strterm"); + imemo_type_ids[9] = rb_intern("imemo_parser_strterm"); } rb_objspace_each_objects(count_imemo_objects_i, (void *)hash); -- cgit v1.2.3