mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-24 20:16:01 +00:00
Renamed TRUE/FALSE to CONST_TRUE/CONST_FALSE because of name collision on Win32
This commit is contained in:
parent
4569a747f8
commit
7cb0d3aa1a
5 changed files with 118 additions and 118 deletions
|
@ -37,8 +37,8 @@ ezMiniSAT::ezMiniSAT() : minisatSolver(NULL)
|
|||
minisatSolver = NULL;
|
||||
foundContradiction = false;
|
||||
|
||||
freeze(TRUE);
|
||||
freeze(FALSE);
|
||||
freeze(CONST_TRUE);
|
||||
freeze(CONST_FALSE);
|
||||
}
|
||||
|
||||
ezMiniSAT::~ezMiniSAT()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue