aboutsummaryrefslogtreecommitdiffstats
path: root/template/vmtc.inc.tmpl
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-23 06:48:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-23 06:48:28 +0000
commitaa071a3b26a2b7946ffee6e608f8f204562a79f4 (patch)
treeb72e0a09ec579ef27719d21fa5a23eff85d178d4 /template/vmtc.inc.tmpl
parentfcab7ebb713da9c0bfdffeb016186db781b8bbba (diff)
downloadruby-aa071a3b26a2b7946ffee6e608f8f204562a79f4.tar.gz
* 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
Diffstat (limited to 'template/vmtc.inc.tmpl')
-rw-r--r--template/vmtc.inc.tmpl2
1 files changed, 1 insertions, 1 deletions
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 %>
};