1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* parse.y: back out an unintended change in the syntax.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2002-11-07 23:01:45 +00:00
parent 54fdacb125
commit a61871bea2

View file

@ -485,10 +485,6 @@ stmt : kALIAS fitem {lex_state = EXPR_FNAME;} fitem
$$ = 0;
}
}
| expr kRESCUE_MOD expr
{
$$ = NEW_RESCUE($1, NEW_RESBODY(0,$3,0), 0);
}
| primary_value '[' aref_args ']' tOP_ASGN command_call
{
NODE *args;