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

* parse.y (fname): removed duplication.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-09-03 08:47:11 +00:00
parent 3fe5402dfa
commit 9691894b86

View file

@ -1706,11 +1706,7 @@ fname : tIDENTIFIER
| op
{
lex_state = EXPR_END;
/*%%%*/
$$ = $1;
/*%
$$ = $1;
%*/
}
| reswords
{