summaryrefslogtreecommitdiffstats
path: root/src/misc/espresso/verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/espresso/verify.c')
-rw-r--r--src/misc/espresso/verify.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/verify.c b/src/misc/espresso/verify.c
index e5340724..992e4d74 100644
--- a/src/misc/espresso/verify.c
+++ b/src/misc/espresso/verify.c
@@ -12,6 +12,9 @@
#include "espresso.h"
+ABC_NAMESPACE_IMPL_START
+
+
/*
* verify -- check that all minterms of F are contained in (Fold u Dold)
* and that all minterms of Fold are contained in (F u Dold).
@@ -191,3 +194,5 @@ pPLA PLA;
(void) fflush(stdout);
return verify_error;
}
+ABC_NAMESPACE_IMPL_END
+