summaryrefslogtreecommitdiffstats
path: root/src/bool/lucky/luckyInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-10-03 22:03:16 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-10-03 22:03:16 -0700
commita47e3b6f58c11797418a0aaf5deeebcf0456e20c (patch)
tree64f0017e5953f9d5a5a5486cbae0af38e56ece7b /src/bool/lucky/luckyInt.h
parentc7eab028a1cd70dcd6d4f8314c47da58207bf100 (diff)
downloadabc-a47e3b6f58c11797418a0aaf5deeebcf0456e20c.tar.gz
abc-a47e3b6f58c11797418a0aaf5deeebcf0456e20c.tar.bz2
abc-a47e3b6f58c11797418a0aaf5deeebcf0456e20c.zip
C++ portability changes.
Diffstat (limited to 'src/bool/lucky/luckyInt.h')
-rw-r--r--src/bool/lucky/luckyInt.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bool/lucky/luckyInt.h b/src/bool/lucky/luckyInt.h
index f236693c..caf679cd 100644
--- a/src/bool/lucky/luckyInt.h
+++ b/src/bool/lucky/luckyInt.h
@@ -126,10 +126,9 @@ extern inline unsigned Kit_TruthSemiCanonicize_Yasha( word* pInOut, int nVars,
extern inline unsigned Kit_TruthSemiCanonicize_Yasha1( word* pInOut, int nVars, char * pCanonPerm, int * pStore);
extern inline word luckyCanonicizer_final_fast_6Vars(word InOut, int* pStore, char* pCanonPerm, unsigned* pCanonPhase);
extern inline word luckyCanonicizer_final_fast_6Vars1(word InOut, int* pStore, char* pCanonPerm, unsigned* pCanonPhase);
-extern inline void resetPCanonPermArray_6Vars(char* x);
-extern void swap_ij( word* f,int totalVars, int varI, int varJ);
extern inline unsigned adjustInfoAfterSwap(char* pCanonPerm, unsigned uCanonPhase, int iVar, unsigned info);
-extern inline void resetPCanonPermArray(char* x, int nVars);
+extern void resetPCanonPermArray_6Vars(char* x);
+extern void swap_ij( word* f,int totalVars, int varI, int varJ);
ABC_NAMESPACE_HEADER_END