Commit 26bfd740 by Alan Mishchenko

Compiler problem.

parent c861635c
...@@ -1440,7 +1440,6 @@ static int Abc_NextPermSwapC(char * pData, signed char * pDir, int size) ...@@ -1440,7 +1440,6 @@ static int Abc_NextPermSwapC(char * pData, signed char * pDir, int size)
} }
typedef unsigned(*TtCanonicizeFunc)(Abc_TtHieMan_t * p, word * pTruth, int nVars, char * pCanonPerm, int flag);
unsigned Abc_TtCanonicizeWrap(TtCanonicizeFunc func, Abc_TtHieMan_t * p, word * pTruth, int nVars, char * pCanonPerm, int flag) unsigned Abc_TtCanonicizeWrap(TtCanonicizeFunc func, Abc_TtHieMan_t * p, word * pTruth, int nVars, char * pCanonPerm, int flag)
{ {
int nWords = Abc_TtWordNum(nVars); int nWords = Abc_TtWordNum(nVars);
......
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