Commit dfeadf19 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2420 from ksss/reduce-lv

Not create local variables in scope_new
parents 8e6fc29a 14767a55
......@@ -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