summaryrefslogtreecommitdiffstats
path: root/src/misc/espresso/sharp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/espresso/sharp.c')
-rw-r--r--src/misc/espresso/sharp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/sharp.c b/src/misc/espresso/sharp.c
index 53435078..25c49844 100644
--- a/src/misc/espresso/sharp.c
+++ b/src/misc/espresso/sharp.c
@@ -13,6 +13,9 @@
#include "espresso.h"
+ABC_NAMESPACE_IMPL_START
+
+
long start_time;
@@ -245,3 +248,5 @@ pcover A, B;
Tsave = sf_union(Tsave, sf_contain(T));
return Tsave;
}
+ABC_NAMESPACE_IMPL_END
+