summaryrefslogtreecommitdiff
path: root/insnhelper.ci
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-07 07:16:05 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-07 07:16:05 +0000
commit0ec2b20d2f1339ab1e4d41567f9b37d733802968 (patch)
treea3b0c71a5af92bc32654742681fcc5edc8371a94 /insnhelper.ci
parent174b77b2805bca12afb67d24bfc4ce9182a8daac (diff)
* parse.y: fix node construction (around f_margs).
[ruby-dev:31143] * bootstraptest/test_block.rb: add a test for above. * insnhelper.ci: fix indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'insnhelper.ci')
-rw-r--r--insnhelper.ci4
1 files changed, 2 insertions, 2 deletions
diff --git a/insnhelper.ci b/insnhelper.ci
index 385a31eda9..2fe540d1cb 100644
--- a/insnhelper.ci
+++ b/insnhelper.ci
@@ -620,8 +620,8 @@ vm_yield_setup_args(rb_thread_t *th, rb_iseq_t *iseq,
if (lambda) {
/* call as method */
- return vm_callee_setup_arg(th, iseq, argc, argv, &blockptr);
- }
+ return vm_callee_setup_arg(th, iseq, argc, argv, &blockptr);
+ }
else {
int i;
const int m = iseq->argc;