(named_labels): Change linkage to static.

From-SVN: r1405
This commit is contained in:
Richard Stallman 1992-07-03 20:23:56 +00:00
parent e2bc64d277
commit c9c30903ff

View File

@ -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. */