From 0132be5b71f3fe161b2fcda201c945d30bd8d1a5 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 1 Apr 2023 14:35:51 +0300 Subject: improve struct and union support in resolve --- include/cu/actualize.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/cu') diff --git a/include/cu/actualize.h b/include/cu/actualize.h index ea736ac..94a4d30 100644 --- a/include/cu/actualize.h +++ b/include/cu/actualize.h @@ -29,5 +29,6 @@ struct ast_node *extract_typeof(struct ast_node *type); int analyze_root(struct scope *scope, struct ast_node *tree); int actualize_main(struct scope *scope); int actualize_temp_type(struct scope *scope, struct ast_node *type); +struct ast_node *actual_type(struct ast_node *type); #endif /* ANALYZE_H */ -- cgit v1.3