Commit 14767a55 authored by ksss's avatar ksss

Not create local variables in scope_new

parent faa3c52a
......@@ -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