diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-01-11 16:30:39 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-01-11 16:30:39 +0200 |
| commit | 45b3531e29c1b596f1be123de94b7c618c92bf8a (patch) | |
| tree | 6fe6c326df6d8c8875a3ece1db17e9766030d579 /include | |
| parent | 47f1d503ec663f967302b3071177c40c431b3fdb (diff) | |
| download | ek-45b3531e29c1b596f1be123de94b7c618c92bf8a.tar.gz ek-45b3531e29c1b596f1be123de94b7c618c92bf8a.zip | |
multiple import stuff
Diffstat (limited to 'include')
| -rw-r--r-- | include/ek/scope.h | 2 |
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) |
