diff options
Diffstat (limited to 'src/map/mapper/mapperSuper.c')
-rw-r--r-- | src/map/mapper/mapperSuper.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/mapper/mapperSuper.c b/src/map/mapper/mapperSuper.c index 92f73ecb..3be70541 100644 --- a/src/map/mapper/mapperSuper.c +++ b/src/map/mapper/mapperSuper.c @@ -18,6 +18,9 @@ #include "mapperInt.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -448,3 +451,5 @@ void Map_LibraryPrintClasses( Map_SuperLib_t * p ) //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |