Implement while loops
This commit is contained in:
@ -92,7 +92,7 @@ static void elna_parse_file (const char *filename)
|
||||
{
|
||||
for (const auto& error : driver.errors())
|
||||
{
|
||||
auto gcc_location = elna_gcc_location(&error->position);
|
||||
auto gcc_location = elna::gcc::get_location(&error->position);
|
||||
|
||||
error_at(gcc_location, error->what().c_str());
|
||||
}
|
||||
|
Reference in New Issue
Block a user