mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-12 06:00:55 +00:00
const2ast: fix for consistency with previous diagnostics behavior
This commit is contained in:
parent
99ab73424d
commit
642e041f77
2 changed files with 2 additions and 12 deletions
|
@ -43,7 +43,6 @@ namespace VERILOG_FRONTEND
|
|||
struct ConstParser {
|
||||
AST::AstSrcLocType loc;
|
||||
private:
|
||||
std::string fmt_maybe_loc(std::string msg);
|
||||
void log_maybe_loc_error(std::string msg);
|
||||
void log_maybe_loc_warn(std::string msg);
|
||||
// divide an arbitrary length decimal number by two and return the rest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue