Commit 0b931590 by Richard Kenner

(init_stmt_for_function): Clear stack_block_stack.

From-SVN: r6867
parent b8f4c738
...@@ -497,6 +497,7 @@ init_stmt_for_function () ...@@ -497,6 +497,7 @@ init_stmt_for_function ()
{ {
/* We are not currently within any block, conditional, loop or case. */ /* We are not currently within any block, conditional, loop or case. */
block_stack = 0; block_stack = 0;
stack_block_stack = 0;
loop_stack = 0; loop_stack = 0;
case_stack = 0; case_stack = 0;
cond_stack = 0; cond_stack = 0;
......
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