aboutsummaryrefslogtreecommitdiff
path: root/include/ek/ast.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-01-16 10:44:27 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2025-01-16 10:44:27 +0200
commit4d812e9b9bcf2530ab5a3275be85365ee277bea8 (patch)
tree07e22bb7d3fd9f0464b09f502ada9843d138b9dc /include/ek/ast.h
parent8edffa1263dc1660c8c383467974933179931cfa (diff)
downloadek-4d812e9b9bcf2530ab5a3275be85365ee277bea8.tar.gz
ek-4d812e9b9bcf2530ab5a3275be85365ee277bea8.zip
use maps for scope
Diffstat (limited to 'include/ek/ast.h')
-rw-r--r--include/ek/ast.h2
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 */