diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-04-01 14:35:51 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-04-01 14:35:51 +0300 |
| commit | 0132be5b71f3fe161b2fcda201c945d30bd8d1a5 (patch) | |
| tree | c31e766848311da0feccd360ca3659dc9e46a38a /include/cu/actualize.h | |
| parent | ad18c24e7223b1c0d48a20ba9b618c4eaf1e3a84 (diff) | |
| download | ek-0132be5b71f3fe161b2fcda201c945d30bd8d1a5.tar.gz ek-0132be5b71f3fe161b2fcda201c945d30bd8d1a5.zip | |
improve struct and union support in resolve
Diffstat (limited to 'include/cu/actualize.h')
| -rw-r--r-- | include/cu/actualize.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |
