From fca3bf239cfdf03c4479f5d0c14a21c1fd96ea3e Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Fri, 27 Mar 2026 10:30:10 -1000 Subject: woah we got variables --- scope.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scope.h') diff --git a/scope.h b/scope.h index 4975df4..36b6a93 100644 --- a/scope.h +++ b/scope.h @@ -38,6 +38,7 @@ struct scope { void scope_push(struct scope** p_scope); void scope_pop(struct scope** p_scope); +void scope_install_default_types(struct scope* scope); bool scope_get_type( const struct scope* scope, struct type_def* p_entry, -- cgit v1.2.3