emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master daaa9da 1/3: * lib-src/etags.c (Forth_suffixes): Now static.


From: Paul Eggert
Subject: master daaa9da 1/3: * lib-src/etags.c (Forth_suffixes): Now static.
Date: Mon, 9 Dec 2019 20:32:13 -0500 (EST)

branch: master
commit daaa9da0c4cdbdc8bb319497030f79faec83c240
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * lib-src/etags.c (Forth_suffixes): Now static.
---
 lib-src/etags.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib-src/etags.c b/lib-src/etags.c
index 0665cb0..872a36b 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\



reply via email to

[Prev in Thread] Current Thread [Next in Thread]