diff options
Diffstat (limited to 'src/opt/fxu/fxuHeapD.c')
-rw-r--r-- | src/opt/fxu/fxuHeapD.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/opt/fxu/fxuHeapD.c b/src/opt/fxu/fxuHeapD.c index 9a8eb124..cb022fc4 100644 --- a/src/opt/fxu/fxuHeapD.c +++ b/src/opt/fxu/fxuHeapD.c @@ -18,6 +18,9 @@ #include "fxuInt.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -443,3 +446,5 @@ void Fxu_HeapDoubleMoveDn( Fxu_HeapDouble * p, Fxu_Double * pDiv ) //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |