Fix enum type info generation

This commit is contained in:
gingerBill
2020-03-19 12:28:39 +00:00
parent 04fe23a3c8
commit fc0002ab67
4 changed files with 114 additions and 20 deletions
+2
View File
@@ -382,3 +382,5 @@ void destroy_checker_poly_path(CheckerPolyPath *);
void check_poly_path_push(CheckerContext *c, Type *t);
Type *check_poly_path_pop (CheckerContext *c);
void init_core_context(Checker *c);