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:
parent
54fdacb125
commit
a61871bea2
1 changed files with 0 additions and 4 deletions
4
parse.y
4
parse.y
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue