diff options
Diffstat (limited to 'src/aig/kit/kitIsop.c')
-rw-r--r-- | src/aig/kit/kitIsop.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/aig/kit/kitIsop.c b/src/aig/kit/kitIsop.c index 42fae2ea..18039dc5 100644 --- a/src/aig/kit/kitIsop.c +++ b/src/aig/kit/kitIsop.c @@ -20,6 +20,9 @@ #include "kit.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -323,3 +326,5 @@ unsigned Kit_TruthIsop5_rec( unsigned uOn, unsigned uOnDc, int nVars, Kit_Sop_t //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |