diff options
Diffstat (limited to 'src/aig/hop/hopCheck.c')
-rw-r--r-- | src/aig/hop/hopCheck.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/aig/hop/hopCheck.c b/src/aig/hop/hopCheck.c index 9120906f..174c5523 100644 --- a/src/aig/hop/hopCheck.c +++ b/src/aig/hop/hopCheck.c @@ -20,6 +20,9 @@ #include "hop.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -108,3 +111,5 @@ int Hop_ManCheck( Hop_Man_t * p ) //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |