diff options
Diffstat (limited to 'src/opt/fxu/fxuPair.c')
-rw-r--r-- | src/opt/fxu/fxuPair.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/opt/fxu/fxuPair.c b/src/opt/fxu/fxuPair.c index 62cc792b..d040abe9 100644 --- a/src/opt/fxu/fxuPair.c +++ b/src/opt/fxu/fxuPair.c @@ -18,6 +18,9 @@ #include "fxuInt.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -553,3 +556,5 @@ void Fxu_PairAdd( Fxu_Pair * pPair ) //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |