summaryrefslogtreecommitdiffstats
path: root/src/proof/cec/cecSynth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/cec/cecSynth.c')
-rw-r--r--src/proof/cec/cecSynth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/proof/cec/cecSynth.c b/src/proof/cec/cecSynth.c
index 21470dd4..b13b5204 100644
--- a/src/proof/cec/cecSynth.c
+++ b/src/proof/cec/cecSynth.c
@@ -297,7 +297,8 @@ int Cec_SequentialSynthesisPart( Gia_Man_t * p, Cec_ParSeq_t * pPars )
Vec_Int_t * vPart;
int * pMapBack, * pReprs;
int i, nCountPis, nCountRegs;
- int nClasses, clk = clock();
+ int nClasses;
+ clock_t clk = clock();
// save parameters
if ( fPrintParts )