From eed613f4b1fa65705fab0ce617ea370ac53b2dfa Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 23 Jul 2015 09:53:16 +0000 Subject: * vm_core.h: constify rb_iseq_constant_body::local_table and rb_iseq_param_keyword::table and rb_iseq_param_keyword::default_values. * compile.c: catch up this fix. * iseq.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- iseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iseq.c') diff --git a/iseq.c b/iseq.c index 4a59286ef3..d5253509d1 100644 --- a/iseq.c +++ b/iseq.c @@ -1365,7 +1365,7 @@ rb_iseq_disasm(const rb_iseq_t *iseq) unsigned int size; int i; long l; - ID *tbl; + const ID *tbl; size_t n; enum {header_minlen = 72}; -- cgit v1.2.3