(text_end_label): Make it static.

From-SVN: r14263
This commit is contained in:
Jim Wilson 1997-06-19 19:20:53 -07:00
parent f19a6894ec
commit 257ebd1f20

View File

@ -2101,7 +2101,7 @@ static unsigned lookup_filename PROTO((char *));
If necessary, these may be overridden from within the tm.h file, but If necessary, these may be overridden from within the tm.h file, but
typically, overriding these defaults is unnecessary. */ 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 #ifndef TEXT_END_LABEL
#define TEXT_END_LABEL "Letext" #define TEXT_END_LABEL "Letext"