summaryrefslogtreecommitdiffstats
path: root/src/map/if/ifDec08.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2011-10-01 17:00:59 +0700
committerAlan Mishchenko <alanmi@berkeley.edu>2011-10-01 17:00:59 +0700
commite6e6a3cf9ecfccf71cba45273ea866e7e2526f0a (patch)
tree624cbbdca94773dced12e3689362d13358ae62f9 /src/map/if/ifDec08.c
parentff4c674dd7afd2c8f3fa3e52aca8c1e65829315d (diff)
downloadabc-e6e6a3cf9ecfccf71cba45273ea866e7e2526f0a.tar.gz
abc-e6e6a3cf9ecfccf71cba45273ea866e7e2526f0a.tar.bz2
abc-e6e6a3cf9ecfccf71cba45273ea866e7e2526f0a.zip
Changes to the matching procedure.
Diffstat (limited to 'src/map/if/ifDec08.c')
-rw-r--r--src/map/if/ifDec08.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/if/ifDec08.c b/src/map/if/ifDec08.c
index b5dc52c0..53aa9ff1 100644
--- a/src/map/if/ifDec08.c
+++ b/src/map/if/ifDec08.c
@@ -478,7 +478,7 @@ printf( "\n" );
SeeAlso []
***********************************************************************/
-int If_CutPerformCheck08( unsigned * pTruth, int nVars, int nLeaves )
+int If_CutPerformCheck08( unsigned * pTruth, int nVars, int nLeaves, char * pStr )
{
int nSupp, fDerive = 0;
word z[2] = {0}, pF[16];