From 4760983a461142eacceeed45ddcf5598e6a389a2 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 7 Jul 2012 18:15:08 -0700 Subject: Fixing time primtouts throughout the code. --- src/bool/dec/decMan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bool') 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 ); -- cgit v1.2.3