diff options
| author | Paul Eggert | 2019-12-09 17:09:39 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-12-09 17:32:07 -0800 |
| commit | daaa9da0c4cdbdc8bb319497030f79faec83c240 (patch) | |
| tree | 045936098046e243e6e999c007a851fce39cd449 /lib-src | |
| parent | ac1b6e97b6a6a87e5f36b0f002b4a2d77381e628 (diff) | |
| download | emacs-daaa9da0c4cdbdc8bb319497030f79faec83c240.tar.gz emacs-daaa9da0c4cdbdc8bb319497030f79faec83c240.zip | |
* lib-src/etags.c (Forth_suffixes): Now static.
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\ |