summaryrefslogtreecommitdiffstats
path: root/src/map/if/ifDec10.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2011-10-02 16:39:51 +0700
committerAlan Mishchenko <alanmi@berkeley.edu>2011-10-02 16:39:51 +0700
commit0f9dacb7bec32bc19afb068b4bcf53a781ab2a0e (patch)
treeee537413b0ce709fdc8d221107186f1f5967ec75 /src/map/if/ifDec10.c
parente6e6a3cf9ecfccf71cba45273ea866e7e2526f0a (diff)
downloadabc-0f9dacb7bec32bc19afb068b4bcf53a781ab2a0e.tar.gz
abc-0f9dacb7bec32bc19afb068b4bcf53a781ab2a0e.tar.bz2
abc-0f9dacb7bec32bc19afb068b4bcf53a781ab2a0e.zip
Changes to the matching procedure.
Diffstat (limited to 'src/map/if/ifDec10.c')
-rw-r--r--src/map/if/ifDec10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/if/ifDec10.c b/src/map/if/ifDec10.c
index 37846140..9280e193 100644
--- a/src/map/if/ifDec10.c
+++ b/src/map/if/ifDec10.c
@@ -477,7 +477,7 @@ printf( "\n" );
SeeAlso []
***********************************************************************/
-int If_CutPerformCheck10( unsigned * pTruth, int nVars, int nLeaves, char * pStr )
+int If_CutPerformCheck10( If_Man_t * p, unsigned * pTruth, int nVars, int nLeaves, char * pStr )
{
int nSupp, fDerive = 0;
word z[2] = {0}, pF[16];