Fixes to header gen.

This commit is contained in:
Christoffer Lerno
2024-06-28 02:09:05 +02:00
parent e2a39aa12e
commit 7dcd1618d8
24 changed files with 346 additions and 289 deletions

View File

@@ -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