mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-03 08:03:30 +02:00
Fixing C++ compilation issues.
This commit is contained in:
+2
-2
@@ -11678,8 +11678,8 @@ usage:
|
||||
***********************************************************************/
|
||||
int Abc_CommandSendAig( Abc_Frame_t * pAbc, int argc, char ** argv )
|
||||
{
|
||||
const int BRIDGE_NETLIST = 106;
|
||||
const int BRIDGE_ABS_NETLIST = 107;
|
||||
// const int BRIDGE_NETLIST = 106;
|
||||
// const int BRIDGE_ABS_NETLIST = 107;
|
||||
|
||||
int c, fAndSpace = 1, fAbsNetlist = 0;
|
||||
Extra_UtilGetoptReset();
|
||||
|
||||
Reference in New Issue
Block a user