From 628b1a96b27def11840a6ce1ba1b817d5e376c94 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 3 Oct 2012 21:54:50 -0700 Subject: C++ portability changes. --- src/bool/lucky/luckyRead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- cgit v1.2.3