mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fixes to header gen.
This commit is contained in:
@@ -3735,7 +3735,7 @@ static bool sema_generate_parameterized_name_to_scratch(SemaContext *context, Mo
|
||||
scratch_buffer_clear();
|
||||
if (mangled)
|
||||
{
|
||||
scratch_buffer_append_len(module->name->module, module->name->len);
|
||||
scratch_buffer_append_module(module, true);
|
||||
scratch_buffer_append("$");
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user