Commit 6a286015 by Richard Stallman

(poplevel): Call `remember_end_note' for each newly created BLOCK node.

From-SVN: r1989
parent 5b3f0db1
......@@ -883,6 +883,7 @@ poplevel (keep, reverse, functionbody)
BLOCK_VARS (block) = decls;
BLOCK_TYPE_TAGS (block) = tags;
BLOCK_SUBBLOCKS (block) = subblocks;
remember_end_node (block);
}
/* In each subblock, record that this is its superior. */
......
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