From 45b3531e29c1b596f1be123de94b7c618c92bf8a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 11 Jan 2025 16:30:39 +0200 Subject: multiple import stuff --- include/ek/scope.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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) -- cgit v1.3