aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-01-11 16:30:39 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2025-01-11 16:30:39 +0200
commit45b3531e29c1b596f1be123de94b7c618c92bf8a (patch)
tree6fe6c326df6d8c8875a3ece1db17e9766030d579 /include
parent47f1d503ec663f967302b3071177c40c431b3fdb (diff)
downloadek-45b3531e29c1b596f1be123de94b7c618c92bf8a.tar.gz
ek-45b3531e29c1b596f1be123de94b7c618c92bf8a.zip
multiple import stuff
Diffstat (limited to 'include')
-rw-r--r--include/ek/scope.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ek/scope.h b/include/ek/scope.h
index e4c706a..d63d2fc 100644
--- a/include/ek/scope.h
+++ b/include/ek/scope.h
@@ -355,6 +355,8 @@ struct ast *file_scope_find_trait(struct scope *scope, char *id);
struct ast *file_scope_find_expd_struct(struct scope *scope, struct ast *def,
struct type *types);
+bool same_src(struct ast *a, struct ast *b);
+
#define foreach_visible(iter, init) \
for (struct visible *iter = init; iter; iter = iter->next)