From 6d022ae147c8b226e9b41a446cd254871cb64719 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sat, 4 Nov 2017 13:59:34 +0000 Subject: compile.c (setup_args): Fix a typo * compile.c (setup_args): In this function, an argument of nd_line is argn except this line. And argn is a pointer of NODE. So I think this is a typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index 3eb23ea965..4bcbd0cec8 100644 --- a/compile.c +++ b/compile.c @@ -4227,7 +4227,7 @@ setup_args(rb_iseq_t *iseq, LINK_ANCHOR *const args, const NODE *argn, if (nsplat > 1) { int i; for (i=1; i