aboutsummaryrefslogtreecommitdiff
path: root/src/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.h')
-rw-r--r--src/parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse.h b/src/parse.h
index 93fcfc6..9bd11e5 100644
--- a/src/parse.h
+++ b/src/parse.h
@@ -19,6 +19,7 @@ enum parse_error_type
Error_Unexpected_Token,
Error_Undeclared_Ident,
Error_Duplicate_Ident,
+ Error_Missing_Value,
};