From aa071a3b26a2b7946ffee6e608f8f204562a79f4 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 23 Aug 2007 06:48:28 +0000 Subject: * compile.c (make_masgn_lhs, iseq_compile_each): fixed indent. * compile.c (iseq_translate_threaded_code), vm_evalbody.ci (get_insns_address_table), template/vmtc.inc.tmpl (insns_address_table): constified. * vm_evalbody.ci (vm_eval), template/insns_info.inc.tmpl (insn_stack_increase, insn_ret_num): suppress warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/vmtc.inc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/vmtc.inc.tmpl') diff --git a/template/vmtc.inc.tmpl b/template/vmtc.inc.tmpl index 244f7767c0..f73bbc6323 100644 --- a/template/vmtc.inc.tmpl +++ b/template/vmtc.inc.tmpl @@ -12,7 +12,7 @@ or insns2vm.rb */ -static const void *insns_address_table[] = { +static const void *const insns_address_table[] = { <%= insns_table %> }; -- cgit v1.2.3