Adding new NPN code (compiler fix).

This commit is contained in:
Alan Mishchenko 2018-03-25 11:38:13 -07:00
parent 9ff7134f24
commit 54813798e9
1 changed files with 1 additions and 1 deletions

View File

@ -1770,7 +1770,7 @@ static void Abc_TgPurgeSymmetry(Abc_TgMan_t * pMan, int doHigh)
pMan->nGVars -= sum;
}
static void Abc_TgExpendSymmetry(Abc_TgMan_t * pMan, char * pPerm, char * pDest)
void Abc_TgExpendSymmetry(Abc_TgMan_t * pMan, char * pPerm, char * pDest)
{
int i = 0, j, k;
for (j = 0; j < pMan->nGVars; j++)