mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix typo
This commit is contained in:
@@ -1496,7 +1496,7 @@ void compile()
|
||||
expr_emails->const_expr.const_kind = CONST_UNTYPED_LIST;
|
||||
expr_names->type = type_untypedlist;
|
||||
expr_emails->type = type_untypedlist;
|
||||
expr_names->resolve_status = expr_names->resolve_status = RESOLVE_DONE;
|
||||
expr_names->resolve_status = expr_emails->resolve_status = RESOLVE_DONE;
|
||||
FOREACH(AuthorEntry, entry, compiler.build.authors)
|
||||
{
|
||||
Expr *const_name = expr_new_const_string(INVALID_SPAN, entry.author); // NOLINT
|
||||
|
||||
Reference in New Issue
Block a user