diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-03 20:23:56 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-03 20:23:56 +0000 |
commit | c9c30903ff09c274da82aafc1f1d6f762dd1ba04 (patch) | |
tree | 6f0953e9127621877c806d7161d7b079bf767603 /gcc | |
parent | e2bc64d277ab85b7924c099132b96fb076f3a164 (diff) | |
download | gcc-c9c30903ff09c274da82aafc1f1d6f762dd1ba04.zip gcc-c9c30903ff09c274da82aafc1f1d6f762dd1ba04.tar.gz gcc-c9c30903ff09c274da82aafc1f1d6f762dd1ba04.tar.bz2 |
(named_labels): Change linkage to static.
From-SVN: r1405
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |