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/map/amap/amapRule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/amap') diff --git a/src/map/amap/amapRule.c b/src/map/amap/amapRule.c index e8cb48c4..78016f4f 100644 --- a/src/map/amap/amapRule.c +++ b/src/map/amap/amapRule.c @@ -338,7 +338,7 @@ void Amap_LibCreateRules( Amap_Lib_t * pLib, int fVeryVerbose ) { Amap_Gat_t * pGate; int i, nGates = 0; -// int clk = clock(); +// clock_t clk = clock(); pLib->fVerbose = fVeryVerbose; pLib->vRules = Vec_PtrAlloc( 100 ); pLib->vRulesX = Vec_PtrAlloc( 100 ); -- cgit v1.2.3