* lib-src/etags.c (Forth_suffixes): Now static.
This commit is contained in:
parent
ac1b6e97b6
commit
daaa9da0c4
1 changed files with 1 additions and 1 deletions
|
@ -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\
|
||||
|
|
Loading…
Add table
Reference in a new issue