summaryrefslogtreecommitdiff
path: root/insnhelper.ci
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-23 07:59:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-23 07:59:42 +0000
commit7912fdf599869eb279f750266eadddc275207274 (patch)
tree547bf11234e5b11c20ddc2948e767c04fe07218a /insnhelper.ci
parente1b18be0166ee3e815d2a3dd0351cae3df2985a5 (diff)
* compile.c (compile_massign), insnhelper.ci (vm_throw): not use C99
comment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'insnhelper.ci')
-rw-r--r--insnhelper.ci2
1 files changed, 1 insertions, 1 deletions
diff --git a/insnhelper.ci b/insnhelper.ci
index 4c52e5b01d..4c76ff1460 100644
--- a/insnhelper.ci
+++ b/insnhelper.ci
@@ -1315,7 +1315,7 @@ vm_throw(rb_thread_t *th, rb_control_frame_t *reg_cfp, rb_num_t throw_state, VAL
}
else {
th->state = TAG_RAISE;
- //th->state = FIX2INT(rb_ivar_get(err, idThrowState));
+ /*th->state = FIX2INT(rb_ivar_get(err, idThrowState));*/
}
return err;
}