summaryrefslogtreecommitdiffstats
path: root/src/misc/espresso/exact.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/espresso/exact.c')
-rw-r--r--src/misc/espresso/exact.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/exact.c b/src/misc/espresso/exact.c
index b1943636..8bfa1ce3 100644
--- a/src/misc/espresso/exact.c
+++ b/src/misc/espresso/exact.c
@@ -9,6 +9,9 @@
*/
#include "espresso.h"
+ABC_NAMESPACE_IMPL_START
+
+
static void dump_irredundant();
static pcover do_minimize();
@@ -179,3 +182,5 @@ sm_matrix *table;
(void) fclose(fp_pi_table);
}
}
+ABC_NAMESPACE_IMPL_END
+