diff options
-rw-r--r-- | lib-src/etags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index 0665cb00b9b..872a36bccb0 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -640,7 +640,7 @@ defined in the file."; static const char *Erlang_interpreters [] = { "escript", NULL }; -const char *Forth_suffixes [] = +static const char *Forth_suffixes [] = { "fth", "tok", NULL }; static const char Forth_help [] = "In Forth code, tags are words defined by ':',\n\ |