mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 11:11:19 +02:00
C++ compiler errors.
This commit is contained in:
@@ -103,7 +103,7 @@ void Inter_ManClean( Inter_Man_t * p )
|
||||
***********************************************************************/
|
||||
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;
|
||||
pMan = Aig_ManDupArray( p->vInters );
|
||||
Ioa_WriteAiger( pMan, pFileName, 0, 0 );
|
||||
|
||||
Reference in New Issue
Block a user