remove garbage spaces
* insns.def, parse.y: remove garbage spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cfb55acaa7
commit
1ea6c81762
1
parse.y
1
parse.y
@ -3406,6 +3406,7 @@ opt_block_args_tail : ',' block_args_tail
|
|||||||
$$ = new_args_tail(Qnone, Qnone, Qnone);
|
$$ = new_args_tail(Qnone, Qnone, Qnone);
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
block_param : f_arg ',' f_block_optarg ',' f_rest_arg opt_block_args_tail
|
block_param : f_arg ',' f_block_optarg ',' f_rest_arg opt_block_args_tail
|
||||||
{
|
{
|
||||||
$$ = new_args($1, $3, $5, Qnone, $6);
|
$$ = new_args($1, $3, $5, Qnone, $6);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user