diff options
Diffstat (limited to 'scope.c')
| -rw-r--r-- | scope.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |
