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:
aamine 2005-09-19 05:49:08 +00:00
parent 04165c20fe
commit dfd45277d0

View File

@ -3428,8 +3428,7 @@ brace_block : '{'
$$ = $2; $$ = $2;
nd_set_type($$, NODE_ITER); nd_set_type($$, NODE_ITER);
/*% /*%
$$ = $2; $$ = dispatch2(do_block, Qnil, $2);
$$ = dispatch1(do_block, $2);
%*/ %*/
} }
; ;