parse.y: use change_shortcut_operator_id
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f651ff638d
commit
1e395da1f5
8
parse.y
8
parse.y
@ -1464,13 +1464,7 @@ command_asgn : lhs '=' command_rhs
|
|||||||
value_expr($6);
|
value_expr($6);
|
||||||
$3 = make_array($3, &@3);
|
$3 = make_array($3, &@3);
|
||||||
args = arg_concat($3, $6, &@$);
|
args = arg_concat($3, $6, &@$);
|
||||||
if ($5 == tOROP) {
|
$$ = NEW_OP_ASGN1($1, change_shortcut_operator_id($5), args, &@$);
|
||||||
$5 = 0;
|
|
||||||
}
|
|
||||||
else if ($5 == tANDOP) {
|
|
||||||
$5 = 1;
|
|
||||||
}
|
|
||||||
$$ = NEW_OP_ASGN1($1, $5, args, &@$);
|
|
||||||
fixpos($$, $1);
|
fixpos($$, $1);
|
||||||
/*%
|
/*%
|
||||||
$$ = dispatch2(aref_field, $1, escape_Qundef($3));
|
$$ = dispatch2(aref_field, $1, escape_Qundef($3));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user