Remove semicolons after field declarations

This commit is contained in:
2025-05-18 22:35:49 +02:00
parent 8206b48dbd
commit fccea0f938
4 changed files with 412 additions and 359 deletions

View File

@ -620,7 +620,7 @@ namespace elna::gcc
else
{
error_at(expression_location,
"invalid operands of type '%s' and '%s' for operator %s",
"Invalid operands of type '%s' and '%s' for operator %s",
print_type(left_type).c_str(), print_type(right_type).c_str(),
elna::boot::print_binary_operator(expression->operation()));
return error_mark_node;