From c9c30903ff09c274da82aafc1f1d6f762dd1ba04 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 3 Jul 1992 20:23:56 +0000 Subject: [PATCH] (named_labels): Change linkage to static. From-SVN: r1405 --- gcc/c-decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-decl.c b/gcc/c-decl.c index ff1e7e7c148..57b3c1a3852 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -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. */ -- 2.30.2