(named_labels): Change linkage to static.
authorRichard Stallman <rms@gnu.org>
Fri, 3 Jul 1992 20:23:56 +0000 (20:23 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 3 Jul 1992 20:23:56 +0000 (20:23 +0000)
From-SVN: r1405

gcc/c-decl.c

index ff1e7e7c148f9f42346e45a44f37cd7c3d0b2744..57b3c1a3852d6d06ba1f70a974895d95e586f22d 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.  */