Fix #1011 by unifying the logic

This commit is contained in:
gingerBill
2021-06-08 11:09:41 +01:00
parent 8d8adac1b4
commit 9491c13a5c
2 changed files with 69 additions and 249 deletions
+1
View File
@@ -419,3 +419,4 @@ void check_poly_path_push(CheckerContext *c, Type *t);
Type *check_poly_path_pop (CheckerContext *c);
void init_core_context(Checker *c);
void init_mem_allocator(Checker *c);