diff options
Diffstat (limited to 'src/bdd/cudd/cuddZddLin.c')
-rw-r--r-- | src/bdd/cudd/cuddZddLin.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bdd/cudd/cuddZddLin.c b/src/bdd/cudd/cuddZddLin.c index 4d4135d1..14cad0b1 100644 --- a/src/bdd/cudd/cuddZddLin.c +++ b/src/bdd/cudd/cuddZddLin.c @@ -35,6 +35,9 @@ #include "util_hack.h" #include "cuddInt.h" +ABC_NAMESPACE_IMPL_START + + /*---------------------------------------------------------------------------*/ /* Constant declarations */ /*---------------------------------------------------------------------------*/ @@ -937,3 +940,5 @@ cuddZddUndoMovesOutOfMem: } /* end of cuddZddUndoMoves */ +ABC_NAMESPACE_IMPL_END + |