Commit af6442a3 by Alan Mishchenko

C++ compiler errors.

parent 744d35d0
...@@ -103,7 +103,7 @@ void Inter_ManClean( Inter_Man_t * p ) ...@@ -103,7 +103,7 @@ void Inter_ManClean( Inter_Man_t * p )
***********************************************************************/ ***********************************************************************/
void Inter_ManInterDump( Inter_Man_t * p, int fProved ) void Inter_ManInterDump( Inter_Man_t * p, int fProved )
{ {
char * pFileName = p->pFileName ? p->pFileName : "invar.aig"; char * pFileName = p->pFileName ? p->pFileName : (char *)"invar.aig";
Aig_Man_t * pMan; Aig_Man_t * pMan;
pMan = Aig_ManDupArray( p->vInters ); pMan = Aig_ManDupArray( p->vInters );
Ioa_WriteAiger( pMan, pFileName, 0, 0 ); Ioa_WriteAiger( pMan, pFileName, 0, 0 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment