Fixing C++ compilation issues.

This commit is contained in:
Alan Mishchenko
2013-01-08 13:56:20 +08:00
parent f26e760e9d
commit a625caa17d
7 changed files with 13 additions and 11 deletions
+2 -2
View File
@@ -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();