diff options
Diffstat (limited to 'src/aig/int/intInter.c')
-rw-r--r-- | src/aig/int/intInter.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/aig/int/intInter.c b/src/aig/int/intInter.c index 592eedcf..ef32294b 100644 --- a/src/aig/int/intInter.c +++ b/src/aig/int/intInter.c @@ -20,6 +20,9 @@ #include "intInt.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -138,3 +141,5 @@ void Inter_ManVerifyInterpolant2( Intb_Man_t * pMan, Sto_Man_t * pCnf, Aig_Man_t //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |