mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Move of const to separate file and removal of old concat code.
This commit is contained in:
@@ -513,7 +513,7 @@ void sema_print_inline(SemaContext *context)
|
||||
InliningSpan *inlined_at = context->inlined_at;
|
||||
while (inlined_at)
|
||||
{
|
||||
sema_error_prev_at(inlined_at->span, "Inlined from here.");
|
||||
sema_note_prev_at(inlined_at->span, "Inlined from here.");
|
||||
inlined_at = inlined_at->prev;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user