about summary refs log tree commit diff
path: root/Src/Zle/complist.c
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2016-02-03 01:24:56 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2016-02-03 01:25:33 +0900
commita4020e10a33f3f78681a2e18fb7add56338d4e81 (patch)
tree8a189e89ca1be9c11bb7c444c57c03c35b24e7de /Src/Zle/complist.c
parent69acac38c90559eb2138d3fd7cd852ff73a77fdd (diff)
downloadzsh-a4020e10a33f3f78681a2e18fb7add56338d4e81.tar.gz
zsh-a4020e10a33f3f78681a2e18fb7add56338d4e81.tar.xz
zsh-a4020e10a33f3f78681a2e18fb7add56338d4e81.zip
37868: add 'static' to file local variables
Diffstat (limited to 'Src/Zle/complist.c')
-rw-r--r--Src/Zle/complist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c
index 0ccb88505..06a07a4e8 100644
--- a/Src/Zle/complist.c
+++ b/Src/Zle/complist.c
@@ -113,7 +113,7 @@ static Cmgroup *mgtab, *mgtabp;
  * Allow us to keep track of pointer arithmetic for mgtab; could
  * just as well have been for mtab but wasn't.
  */
-int mgtabsize;
+static int mgtabsize;
 #endif
 
 /*