summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2018-09-20 17:07:48 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2018-09-20 17:07:48 -0700
commit26bfd740b8e9c7bc365f6a7528b47c4052a40cfe (patch)
treeeb25a07dbb843f869292a61921cb369edbe84987
parentc861635cddb43f41873c1fc4246bea9aede24c14 (diff)
downloadabc-26bfd740b8e9c7bc365f6a7528b47c4052a40cfe.tar.gz
abc-26bfd740b8e9c7bc365f6a7528b47c4052a40cfe.tar.bz2
abc-26bfd740b8e9c7bc365f6a7528b47c4052a40cfe.zip
Compiler problem.
-rw-r--r--src/opt/dau/dauCanon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opt/dau/dauCanon.c b/src/opt/dau/dauCanon.c
index ae9b7761..357da500 100644
--- a/src/opt/dau/dauCanon.c
+++ b/src/opt/dau/dauCanon.c
@@ -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)
{
int nWords = Abc_TtWordNum(nVars);