diff --git a/parse.h b/parse.h index 84c16ac..e7d20af 100644 --- a/parse.h +++ b/parse.h @@ -8,5 +8,5 @@ enum parse_errors_t { EFERROR, }; -const char *parse_errors[]; +extern const char *parse_errors[]; unsigned read_code(FILE *in, unsigned *line_count);