Commit 257ebd1f by Jim Wilson

(text_end_label): Make it static.

From-SVN: r14263
parent f19a6894
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment