From 1e712cf04567c48100526f9a3a0f796497168268 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Sat, 18 Jul 2026 23:38:59 -0700 Subject: type system surely --- scope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scope.c') diff --git a/scope.c b/scope.c index 1d15ff2..014c404 100644 --- a/scope.c +++ b/scope.c @@ -221,7 +221,7 @@ void scope_install_default_types(struct ast* ast) { .is_signed = true, .is_floating = false, }); - ast->string_type = ast->integral_type; /* TODO: support pointers */ + ast->pointer_type = ast->integral_type; /* TODO: support pointers */ scope_define_type(ast->root_scope, (struct type_def) { .key = { -- cgit v1.2.3