summaryrefslogtreecommitdiffstats
path: root/include/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h
index f5dd6f4b..7a1c2dbe 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -19,6 +19,7 @@ struct parser_state {
unsigned int indesc_idx;
struct list_head *msgs;
+ unsigned int nerrs;
struct scope top_scope;
struct scope *scopes[SCOPE_NEST_MAX];