diff options
| author | Carson Fleming <cflems@cflems.net> | 2026-07-19 00:46:54 -0700 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2026-07-19 00:46:54 -0700 |
| commit | f87e953223b7d498fc5401247952c08ab1e08f93 (patch) | |
| tree | cf7283266ce3c5308e223621402e0a35ae05bb9a /parser.c | |
| parent | ef09e8385119abaf5038fe00d897b2a676326e81 (diff) | |
| download | ccc-f87e953223b7d498fc5401247952c08ab1e08f93.tar.gz | |
rename
Diffstat (limited to 'parser.c')
| -rw-r--r-- | parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ static void parse_type_ref(struct type_ref_node* p_node) { PARSER_PANIC("unknown type name: %s", tok.data.ident); free(tok.data.ident); - p_node->type = (struct type) { + p_node->type = (struct type_ref) { .raw_type = type_def, .ptr_level = 0, }; |
