mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-04 18:30:25 +00:00
Fixed gcc build (c++11 stuff in ezSAT)
This commit is contained in:
parent
4b311b7b99
commit
1bee82ae2d
2 changed files with 5 additions and 2 deletions
|
@ -24,6 +24,9 @@
|
|||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
const int ezSAT::TRUE = 1;
|
||||
const int ezSAT::FALSE = 2;
|
||||
|
||||
ezSAT::ezSAT()
|
||||
{
|
||||
literal("TRUE");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue