diff options
Diffstat (limited to 'lib-src')
| -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."; | |||
| 640 | static const char *Erlang_interpreters [] = | 640 | static const char *Erlang_interpreters [] = |
| 641 | { "escript", NULL }; | 641 | { "escript", NULL }; |
| 642 | 642 | ||
| 643 | const char *Forth_suffixes [] = | 643 | static const char *Forth_suffixes [] = |
| 644 | { "fth", "tok", NULL }; | 644 | { "fth", "tok", NULL }; |
| 645 | static const char Forth_help [] = | 645 | static const char Forth_help [] = |
| 646 | "In Forth code, tags are words defined by ':',\n\ | 646 | "In Forth code, tags are words defined by ':',\n\ |