diff options
Diffstat (limited to 'src/misc/espresso/map.c')
-rw-r--r-- | src/misc/espresso/map.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/map.c b/src/misc/espresso/map.c index 68168745..7fdf1340 100644 --- a/src/misc/espresso/map.c +++ b/src/misc/espresso/map.c @@ -9,6 +9,9 @@ */ #include "espresso.h" +ABC_NAMESPACE_IMPL_START + + static pcube Gcube; static pset Gminterm; @@ -115,3 +118,5 @@ pcover T; } set_free(m); } +ABC_NAMESPACE_IMPL_END + |