mirror of https://github.com/YosysHQ/abc.git
C++ portability changes.
This commit is contained in:
parent
56d3d7cd22
commit
628b1a96b2
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in New Issue