diff options
Diffstat (limited to 'src/map/mapper/mapperCutUtils.c')
-rw-r--r-- | src/map/mapper/mapperCutUtils.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/mapper/mapperCutUtils.c b/src/map/mapper/mapperCutUtils.c index 42bdd103..aa307368 100644 --- a/src/map/mapper/mapperCutUtils.c +++ b/src/map/mapper/mapperCutUtils.c @@ -18,6 +18,9 @@ #include "mapperInt.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -272,3 +275,5 @@ void Map_CutInsertFanouts( Map_Node_t * pNode, Map_Cut_t * pCut, int fPhase ) //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |