summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index bb5205f2..199b0a07 100644
--- a/parser.c
+++ b/parser.c
@@ -348,6 +348,6 @@ void parse_init(void)
unique_s = gensym(nil);
prot1(&stream_parser_hash);
prot1(&unique_s);
- stream_parser_hash = make_hash(t, t, nil);
+ stream_parser_hash = make_hash(t, nil, nil);
parser_l_init();
}