summaryrefslogtreecommitdiffstats
path: root/src/bool/lucky/lucky.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bool/lucky/lucky.c')
-rw-r--r--src/bool/lucky/lucky.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bool/lucky/lucky.c b/src/bool/lucky/lucky.c
index bc51b751..cd480176 100644
--- a/src/bool/lucky/lucky.c
+++ b/src/bool/lucky/lucky.c
@@ -19,7 +19,7 @@
ABC_NAMESPACE_IMPL_START
-inline int memCompare(word* x, word* y, int nVars)
+int memCompare(word* x, word* y, int nVars)
{
int i;
for(i=Kit_TruthWordNum_64bit( nVars )-1;i>=0;i--)