From 257ebd1f20fe9c0db89193401b8f00f3e51053a1 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 19 Jun 1997 19:20:53 -0700 Subject: (text_end_label): Make it static. From-SVN: r14263 --- gcc/dwarf2out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/dwarf2out.c') 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" -- cgit v1.1