diff options
Diffstat (limited to 'src/map/mapper/mapperUtils.c')
-rw-r--r-- | src/map/mapper/mapperUtils.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/mapper/mapperUtils.c b/src/map/mapper/mapperUtils.c index b1f425a3..26033fdb 100644 --- a/src/map/mapper/mapperUtils.c +++ b/src/map/mapper/mapperUtils.c @@ -18,6 +18,9 @@ #include "mapperInt.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -1151,3 +1154,5 @@ int Map_MappingCountUsedNodes( Map_Man_t * pMan, int fChoices ) //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |