summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-08-07 20:36:33 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-08-07 20:36:33 -0700
commitc4b4ac70525b2120b90066f6f3644a60ff9031d6 (patch)
tree065a0c986fbcef3ecd45be129ee1d649dfd0a1ec
parent99444597f7655673c2e8125a6b30068ab3cabea6 (diff)
downloadabc-c4b4ac70525b2120b90066f6f3644a60ff9031d6.tar.gz
abc-c4b4ac70525b2120b90066f6f3644a60ff9031d6.tar.bz2
abc-c4b4ac70525b2120b90066f6f3644a60ff9031d6.zip
New semi-canonical form computation package.
-rw-r--r--abclib.dsp4
-rw-r--r--src/bool/lucky/lucky.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/abclib.dsp b/abclib.dsp
index f9c09759..e7850023 100644
--- a/abclib.dsp
+++ b/abclib.dsp
@@ -3695,6 +3695,10 @@ SOURCE=.\src\bool\lucky\lucky.c
# End Source File
# Begin Source File
+SOURCE=.\src\bool\lucky\lucky.h
+# End Source File
+# Begin Source File
+
SOURCE=.\src\bool\lucky\luckyInt.h
# End Source File
# Begin Source File
diff --git a/src/bool/lucky/lucky.h b/src/bool/lucky/lucky.h
index cfe9de2e..7b866bc7 100644
--- a/src/bool/lucky/lucky.h
+++ b/src/bool/lucky/lucky.h
@@ -20,7 +20,7 @@
ABC_NAMESPACE_HEADER_START
-extern unsigned Kit_TruthSemiCanonicize_new( unsigned * pInOut, unsigned * pAux, int nVars, char * pCanonPerm, short * pStore );
+extern unsigned Kit_TruthSemiCanonicize_new( unsigned * pInOut, unsigned * pAux, int nVars, char * pCanonPerm );
ABC_NAMESPACE_HEADER_END