diff options
Diffstat (limited to 'src/misc/espresso/hack.c')
-rw-r--r-- | src/misc/espresso/hack.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/hack.c b/src/misc/espresso/hack.c index 13cdf895..a3efec1c 100644 --- a/src/misc/espresso/hack.c +++ b/src/misc/espresso/hack.c @@ -9,6 +9,9 @@ */ #include "espresso.h" +ABC_NAMESPACE_IMPL_START + + void map_dcset(PLA) pPLA PLA; { @@ -639,3 +642,5 @@ int verbose_mode; kiss_print_cube(stdout, PLA, p, "~1"); } } +ABC_NAMESPACE_IMPL_END + |