Commit c9c30903 by Richard Stallman

(named_labels): Change linkage to static.

From-SVN: r1405
parent e2bc64d2
......@@ -237,7 +237,7 @@ static tree current_function_parm_tags;
that have names. Here so we can clear out their names' definitions
at the end of the function. */
tree named_labels;
static tree named_labels;
/* A list of LABEL_DECLs from outer contexts that are currently shadowed. */
......
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