Commit c7dda1e3 by Mark Mitchell Committed by Mark Mitchell

decl.c (poplevel): Make sure ns_binding is initialized.

1998-12-15  Mark Mitchell  <mark@markmitchell.com>
	* decl.c (poplevel): Make sure ns_binding is initialized.

From-SVN: r24332
parent 5ba52c2e
1998-12-15 Mark Mitchell <mark@markmitchell.com>
* decl.c (poplevel): Make sure ns_binding is initialized.
* decl.c (finish_function): Undo inadvertant change in previous
patch.
......
......@@ -1365,7 +1365,9 @@ poplevel (keep, reverse, functionbody)
if (!outer_binding)
ns_binding = IDENTIFIER_NAMESPACE_VALUE (DECL_NAME (link));
else
ns_binding = NULL_TREE;
if (outer_binding
&& (BINDING_LEVEL (outer_binding)
== current_binding_level->level_chain))
......
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