diff options
Diffstat (limited to 'src/opt/cut/cutMerge.c')
-rw-r--r-- | src/opt/cut/cutMerge.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/opt/cut/cutMerge.c b/src/opt/cut/cutMerge.c index d8a9989c..66c8cadd 100644 --- a/src/opt/cut/cutMerge.c +++ b/src/opt/cut/cutMerge.c @@ -20,6 +20,9 @@ #include "cutInt.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -655,3 +658,5 @@ Cut_Cut_t * Cut_CutMergeTwo5( Cut_Man_t * p, Cut_Cut_t * pCut0, Cut_Cut_t * pCut //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |