summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bool/lucky/luckyRead.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bool/lucky/luckyRead.c b/src/bool/lucky/luckyRead.c
index 480393b7..cf8e57d4 100644
--- a/src/bool/lucky/luckyRead.c
+++ b/src/bool/lucky/luckyRead.c
@@ -112,7 +112,7 @@ static inline Abc_TtStore_t * Abc_TruthStoreAlloc( int nVars, int nFuncs )
}
// free memory previously allocated for storing truth tables
-static inline void Abc_TruthStoreFree( Abc_TtStore_t * p )
+void Abc_TruthStoreFree( Abc_TtStore_t * p )
{
free( p->pFuncs[0] );
free( p->pFuncs );