From dc9a08bddcebec73f9298f43bc548e0894c85cbb Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 20 Sep 2014 21:52:39 -0700 Subject: Tuning the flow scripts. --- src/misc/vec/vecPtr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/misc') diff --git a/src/misc/vec/vecPtr.h b/src/misc/vec/vecPtr.h index a666f45f..e6125256 100644 --- a/src/misc/vec/vecPtr.h +++ b/src/misc/vec/vecPtr.h @@ -883,6 +883,7 @@ static void Vec_PtrUniqify( Vec_Ptr_t * p, int (*Vec_PtrSortCompare)() ) p->pArray[k++] = p->pArray[i]; p->nSize = k; } +static void Vec_PtrUniqify2( Vec_Ptr_t * p, int (*Vec_PtrSortCompare)(), void (*Vec_PtrObjFree)(), Vec_Int_t * vCounts ) ___unused; static void Vec_PtrUniqify2( Vec_Ptr_t * p, int (*Vec_PtrSortCompare)(), void (*Vec_PtrObjFree)(), Vec_Int_t * vCounts ) { int i, k; -- cgit v1.2.3