Commit 000fae41 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge branch 'master' of github.com:mruby/mruby

parents 7a0fbf3a dfeadf19
......@@ -2438,12 +2438,10 @@ opt_block_param : none
block_param_def : '|' opt_bv_decl '|'
{
local_add_f(p, 0);
$$ = 0;
}
| tOROP
{
local_add_f(p, 0);
$$ = 0;
}
| '|' block_param opt_bv_decl '|'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment