summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.h b/src/parser.h
index 00d1aae..4b6b5a9 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -29,6 +29,7 @@ typedef struct parser_error_t {
typedef struct parser_t {
lexer_t *lexer;
int errors_len;
+ // FIXME: replace with vector
parser_error_t errors[1];
} parser_t;