From a8e5278ef4fa9fbc64b226ead2cc01a7576686c5 Mon Sep 17 00:00:00 2001 From: rms Date: Fri, 3 Jul 1992 20:23:56 +0000 Subject: [PATCH] (named_labels): Change linkage to static. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1405 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 ff1e7e7..57b3c1a 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.7.4