ruby-changes:12995
From: nobu <ko1@a...>
Date: Thu, 3 Sep 2009 17:52:36 +0900 (JST)
Subject: [ruby-changes:12995] Ruby:r24739 (trunk): * parse.y (fname): removed duplication.
nobu 2009-09-03 17:47:11 +0900 (Thu, 03 Sep 2009) New Revision: 24739 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24739 Log: * parse.y (fname): removed duplication. Modified files: trunk/parse.y Index: parse.y =================================================================== --- parse.y (revision 24738) +++ parse.y (revision 24739) @@ -1706,11 +1706,7 @@ | op { lex_state = EXPR_END; - /*%%%*/ $$ = $1; - /*% - $$ = $1; - %*/ } | reswords { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/