aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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)