ruby-changes:34843
From: nobu <ko1@a...>
Date: Thu, 24 Jul 2014 17:22:30 +0900 (JST)
Subject: [ruby-changes:34843] nobu:r46926 (trunk): parse.y: remove garbage
nobu 2014-07-24 17:22:17 +0900 (Thu, 24 Jul 2014) New Revision: 46926 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46926 Log: parse.y: remove garbage * parse.y (assoc): remove garbage semicolon added by r35489. Modified files: trunk/parse.y Index: parse.y =================================================================== --- parse.y (revision 46925) +++ parse.y (revision 46926) @@ -4946,8 +4946,6 @@ assoc : arg_value tASSOC arg_value https://github.com/ruby/ruby/blob/trunk/parse.y#L4946 } ; - ; - operation : tIDENTIFIER | tCONSTANT | tFID -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/