mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-13 14:40:57 +00:00
verilog_location: rename location to Location to avoid conflict with Pass::location
This commit is contained in:
parent
65b53e6473
commit
20b2e47b42
8 changed files with 28 additions and 32 deletions
|
@ -43,7 +43,7 @@ static void verr_at(std::string filename, int begin_line, char const *fmt, va_li
|
|||
}
|
||||
|
||||
[[noreturn]]
|
||||
void VERILOG_FRONTEND::err_at_loc(location loc, char const *fmt, ...)
|
||||
void VERILOG_FRONTEND::err_at_loc(Location loc, char const *fmt, ...)
|
||||
{
|
||||
va_list args;
|
||||
va_start(args, fmt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue