diff --git a/src/parser_util.h b/src/parser_util.h index c081ef3..f21af58 100644 --- a/src/parser_util.h +++ b/src/parser_util.h @@ -19,4 +19,6 @@ parse_result_t parse_token(tokenlist_entry_t *current, tokenlist_entry_t *skip_insignificant(tokenlist_entry_t *); +extern error_t *err_parse_no_match; + #endif // INCLUDE_SRC_PARSER_UTIL_H_