ruby-cvs:20116
From: ko1 ruby-lang.org
Date: Mon, 6 Aug 2007 16:46:58 +0900 (JST)
Subject: [ruby-cvs:20116] Ruby:r12880 (trunk): * parse.y (value_expr_gen): fix to cause "void value expression"
ko1 2007-08-06 16:46:57 +0900 (Mon, 06 Aug 2007)
New Revision: 12880
Modified files:
trunk/ChangeLog
trunk/bootstraptest/test_syntax.rb
trunk/parse.y
Log:
* parse.y (value_expr_gen): fix to cause "void value expression"
when jump expression such as "next" are shown on value_expr().
[ruby-dev:31119]
* bootstraptest/test_syntax.rb: fix to above change.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/parse.y?r1=12880&r2=12879
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=12880&r2=12879
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_syntax.rb?r1=12880&r2=12879