diff options
Diffstat (limited to 'src/misc/mvc/mvcUtils.c')
-rw-r--r-- | src/misc/mvc/mvcUtils.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/mvc/mvcUtils.c b/src/misc/mvc/mvcUtils.c index bb4b1191..d938169a 100644 --- a/src/misc/mvc/mvcUtils.c +++ b/src/misc/mvc/mvcUtils.c @@ -18,6 +18,9 @@ #include "mvc.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -866,3 +869,5 @@ int Mvc_UtilsCheckUnusedZeros( Mvc_Cover_t * pCover ) //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |