diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1997-06-19 19:20:53 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1997-06-19 19:20:53 -0700 |
commit | 257ebd1f20fe9c0db89193401b8f00f3e51053a1 (patch) | |
tree | 86d211f2ca0ed1ce07e307807c98b96530f120a5 /gcc | |
parent | f19a6894ecc2474e0de87db8b3be2fea85446a22 (diff) | |
download | gcc-257ebd1f20fe9c0db89193401b8f00f3e51053a1.zip gcc-257ebd1f20fe9c0db89193401b8f00f3e51053a1.tar.gz gcc-257ebd1f20fe9c0db89193401b8f00f3e51053a1.tar.bz2 |
(text_end_label): Make it static.
From-SVN: r14263
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/dwarf2out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 4af09ba..f163535 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -2101,7 +2101,7 @@ static unsigned lookup_filename PROTO((char *)); If necessary, these may be overridden from within the tm.h file, but typically, overriding these defaults is unnecessary. */ -char text_end_label[MAX_ARTIFICIAL_LABEL_BYTES]; +static char text_end_label[MAX_ARTIFICIAL_LABEL_BYTES]; #ifndef TEXT_END_LABEL #define TEXT_END_LABEL "Letext" |