diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-01-16 10:44:27 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-01-16 10:44:27 +0200 |
| commit | 4d812e9b9bcf2530ab5a3275be85365ee277bea8 (patch) | |
| tree | 07e22bb7d3fd9f0464b09f502ada9843d138b9dc /include/ek/ast.h | |
| parent | 8edffa1263dc1660c8c383467974933179931cfa (diff) | |
| download | ek-4d812e9b9bcf2530ab5a3275be85365ee277bea8.tar.gz ek-4d812e9b9bcf2530ab5a3275be85365ee277bea8.zip | |
use maps for scope
Diffstat (limited to 'include/ek/ast.h')
| -rw-r--r-- | include/ek/ast.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ek/ast.h b/include/ek/ast.h index f6e83cb..81b1a85 100644 --- a/include/ek/ast.h +++ b/include/ek/ast.h @@ -752,4 +752,6 @@ struct type *reverse_type_list(struct type *root); struct ast *chain_base(struct ast *node); struct ast *clone_chain(struct ast *chain); +int type_lists_match(struct type *a, struct type *b); + #endif /* AST_H */ |
