diff options
| author | gingerBill <bill@gingerbill.org> | 2025-02-17 11:48:54 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2025-02-17 11:48:54 +0000 |
| commit | b5cf776830151870730d32323502084d069668c3 (patch) | |
| tree | b063f7077ecb6ec2a7996809bdb704756e6bb2b4 /src/name_canonicalization.cpp | |
| parent | 99d91ccd31366e78c7ec0e94b5e3d473806721ed (diff) | |
Use new name canonicalization approach
Diffstat (limited to 'src/name_canonicalization.cpp')
| -rw-r--r-- | src/name_canonicalization.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/name_canonicalization.cpp b/src/name_canonicalization.cpp index fa09f27c0..48f7a18cb 100644 --- a/src/name_canonicalization.cpp +++ b/src/name_canonicalization.cpp @@ -180,7 +180,7 @@ gb_internal gbString write_canonical_entity_name(gbString w, Entity *e) { w = gb_string_appendc(w, gb_bprintf(".[%.*s].", LIT(file_name))); goto write_base_name; } - gb_printf_err("%s HERE %s %u %p\n", token_pos_to_string(e->token.pos), type_to_string(e->type), s->flags, s->decl_info); + gb_printf_err("%s WEIRD ENTITY TYPE %s %u %p\n", token_pos_to_string(e->token.pos), type_to_string(e->type), s->flags, s->decl_info); print_scope_flags(s); GB_PANIC("weird entity"); } |