summaryrefslogtreecommitdiffstats
path: root/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.c b/parser.c
index a5109a18..9d5d2577 100644
--- a/parser.c
+++ b/parser.c
@@ -122,6 +122,7 @@ void parser_common_init(parser_t *p)
p->circ_ref_hash = nil;
p->circ_count = 0;
p->syntax_tree = nil;
+ p->quasi_level = 0;
yylex_init(&yyscan);
p->scanner = convert(scanner_t *, yyscan);
yyset_extra(p, p->scanner);