summaryrefslogtreecommitdiffstats
path: root/src/misc/espresso/cvrm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/espresso/cvrm.c')
-rw-r--r--src/misc/espresso/cvrm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/cvrm.c b/src/misc/espresso/cvrm.c
index f55178e8..2a573ae0 100644
--- a/src/misc/espresso/cvrm.c
+++ b/src/misc/espresso/cvrm.c
@@ -17,6 +17,9 @@
#include "espresso.h"
+ABC_NAMESPACE_IMPL_START
+
+
static void cb_unravel(c, start, end, startbase, B1)
IN register pcube c;
@@ -537,3 +540,5 @@ int i;
PLA->F = NULL;
return 1;
}
+ABC_NAMESPACE_IMPL_END
+