summaryrefslogtreecommitdiffstats
path: root/src/misc/espresso/reduce.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/espresso/reduce.c')
-rw-r--r--src/misc/espresso/reduce.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/reduce.c b/src/misc/espresso/reduce.c
index 00e4507f..45241439 100644
--- a/src/misc/espresso/reduce.c
+++ b/src/misc/espresso/reduce.c
@@ -18,6 +18,9 @@
#include "espresso.h"
+ABC_NAMESPACE_IMPL_START
+
+
static bool toggle = TRUE;
@@ -256,3 +259,5 @@ OUT pcube *result; /* returned only if answer determined */
/* Not much we can do about it */
return MAYBE;
}
+ABC_NAMESPACE_IMPL_END
+