summaryrefslogtreecommitdiffstats
path: root/src/bool/lucky/luckyFast6.c
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/luckyFast6.c
parentc7eab028a1cd70dcd6d4f8314c47da58207bf100 (diff)
downloadabc-a47e3b6f58c11797418a0aaf5deeebcf0456e20c.tar.gz
abc-a47e3b6f58c11797418a0aaf5deeebcf0456e20c.tar.bz2
abc-a47e3b6f58c11797418a0aaf5deeebcf0456e20c.zip
C++ portability changes.
Diffstat (limited to 'src/bool/lucky/luckyFast6.c')
-rw-r--r--src/bool/lucky/luckyFast6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bool/lucky/luckyFast6.c b/src/bool/lucky/luckyFast6.c
index bfc555aa..c5b18b93 100644
--- a/src/bool/lucky/luckyFast6.c
+++ b/src/bool/lucky/luckyFast6.c
@@ -18,7 +18,7 @@
ABC_NAMESPACE_IMPL_START
-inline void resetPCanonPermArray_6Vars(char* x)
+void resetPCanonPermArray_6Vars(char* x)
{
x[0]='a';
x[1]='b';
@@ -27,7 +27,7 @@ inline void resetPCanonPermArray_6Vars(char* x)
x[4]='e';
x[5]='f';
}
-inline void resetPCanonPermArray(char* x, int nVars)
+void resetPCanonPermArray(char* x, int nVars)
{
int i;
for(i=0;i<nVars;i++)
@@ -36,7 +36,7 @@ inline void resetPCanonPermArray(char* x, int nVars)
-inline word Abc_allFlip(word x, unsigned* pCanonPhase)
+ word Abc_allFlip(word x, unsigned* pCanonPhase)
{
if( (x>>63) )
{