From daaa9da0c4cdbdc8bb319497030f79faec83c240 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 9 Dec 2019 17:09:39 -0800 Subject: * lib-src/etags.c (Forth_suffixes): Now static. --- lib-src/etags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib-src') 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\ -- cgit v1.2.1