diff options
Diffstat (limited to 'src/misc/espresso/cvrmisc.c')
-rw-r--r-- | src/misc/espresso/cvrmisc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/cvrmisc.c b/src/misc/espresso/cvrmisc.c index 0f3de195..995c37a1 100644 --- a/src/misc/espresso/cvrmisc.c +++ b/src/misc/espresso/cvrmisc.c @@ -9,6 +9,9 @@ */ #include "espresso.h" +ABC_NAMESPACE_IMPL_START + + /* cost -- compute the cost of a cover */ void cover_cost(F, cost) @@ -140,3 +143,5 @@ char *s; (void) fprintf(stderr, "espresso: %s\n", s); exit(1); } +ABC_NAMESPACE_IMPL_END + |