From: Richard Stallman Date: Fri, 3 Jul 1992 20:23:56 +0000 (+0000) Subject: (named_labels): Change linkage to static. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9c30903ff09c274da82aafc1f1d6f762dd1ba04;p=gcc.git (named_labels): Change linkage to static. From-SVN: r1405 --- 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. */