C++ portability changes.

This commit is contained in:
Alan Mishchenko 2012-10-03 21:54:50 -07:00
parent 56d3d7cd22
commit 628b1a96b2
1 changed files with 1 additions and 1 deletions

View File

@ -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 );