(named_labels): Change linkage to static.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Jul 1992 20:23:56 +0000 (20:23 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Jul 1992 20:23:56 +0000 (20:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1405 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-decl.c

index ff1e7e7..57b3c1a 100644 (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.  */