diff options
Diffstat (limited to 'src/map/mapper/mapperFanout.c')
-rw-r--r-- | src/map/mapper/mapperFanout.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/mapper/mapperFanout.c b/src/map/mapper/mapperFanout.c index 63cdbd2a..f835abe4 100644 --- a/src/map/mapper/mapperFanout.c +++ b/src/map/mapper/mapperFanout.c @@ -18,6 +18,9 @@ #include "mapperInt.h" +ABC_NAMESPACE_IMPL_START + + #ifdef MAP_ALLOCATE_FANOUT //////////////////////////////////////////////////////////////////////// @@ -139,3 +142,5 @@ int Map_NodeGetFanoutNum( Map_Node_t * pNode ) #endif +ABC_NAMESPACE_IMPL_END + |