mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
forgot to check-in
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
04165c20fe
commit
dfd45277d0
1 changed files with 1 additions and 2 deletions
3
parse.y
3
parse.y
|
@ -3428,8 +3428,7 @@ brace_block : '{'
|
|||
$$ = $2;
|
||||
nd_set_type($$, NODE_ITER);
|
||||
/*%
|
||||
$$ = $2;
|
||||
$$ = dispatch1(do_block, $2);
|
||||
$$ = dispatch2(do_block, Qnil, $2);
|
||||
%*/
|
||||
}
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue