about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
Diffstat (limited to 'Src')
-rw-r--r--Src/hashtable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/hashtable.c b/Src/hashtable.c
index 8987c8597..ba5faad91 100644
--- a/Src/hashtable.c
+++ b/Src/hashtable.c
@@ -1496,8 +1496,8 @@ struct dircache_entry
  * for multiple references to the same directory, e.g
  * "autoload /blah/blah/\*".
  */
-struct dircache_entry *dircache, *dircache_lastentry;
-int dircache_size;
+static struct dircache_entry *dircache, *dircache_lastentry;
+static int dircache_size;
 
 /*
  * Set *name to point to a cached version of value.