summaryrefslogtreecommitdiffstats
path: root/src/bool/dec/decMan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bool/dec/decMan.c')
-rw-r--r--src/bool/dec/decMan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bool/dec/decMan.c b/src/bool/dec/decMan.c
index cfca58c5..13bc34e0 100644
--- a/src/bool/dec/decMan.c
+++ b/src/bool/dec/decMan.c
@@ -45,7 +45,7 @@ ABC_NAMESPACE_IMPL_START
Dec_Man_t * Dec_ManStart()
{
Dec_Man_t * p;
-// int clk = clock();
+// clock_t clk = clock();
p = ABC_ALLOC( Dec_Man_t, 1 );
p->pMvcMem = Mvc_ManagerStart();
p->vCubes = Vec_IntAlloc( 8 );