summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/match.c b/match.c
index d4bd86de..38fc8ec7 100644
--- a/match.c
+++ b/match.c
@@ -3138,8 +3138,8 @@ static void syms_init(void)
static void dir_tables_init(void)
{
- h_directive_table = make_hash(nil, nil);
- v_directive_table = make_hash(nil, nil);
+ h_directive_table = make_hash(nil, nil, nil);
+ v_directive_table = make_hash(nil, nil, nil);
protect(&h_directive_table, &v_directive_table, (val *) 0);