From: khooyp Date: Thu, 10 Feb 2011 01:31:59 +0000 (+0000) Subject: Fix inconsistent line endings, and execute bit on a couple of .sh files (so that... X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=3e732634a52cde908dff87d559bdc6fba921a355;p=francis%2Fstp.git Fix inconsistent line endings, and execute bit on a couple of .sh files (so that SVN with eol-style/mime-type auto-props won't complain). git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1136 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/boost/pool/detail/pool_construct.sh b/src/boost/pool/detail/pool_construct.sh old mode 100644 new mode 100755 diff --git a/src/boost/pool/detail/pool_construct_simple.sh b/src/boost/pool/detail/pool_construct_simple.sh old mode 100644 new mode 100755 diff --git a/src/extlib-abc/aig/cnf/cnfMan.c b/src/extlib-abc/aig/cnf/cnfMan.c index 6a83eb8..0a65136 100644 --- a/src/extlib-abc/aig/cnf/cnfMan.c +++ b/src/extlib-abc/aig/cnf/cnfMan.c @@ -172,7 +172,7 @@ void Cnf_DataWriteIntoFile( Cnf_Dat_t * p, char * pFileName, int fReadable ) SeeAlso [] ***********************************************************************/ -#if 0 +#if 0 void * Cnf_DataWriteIntoSolver( Cnf_Dat_t * p ) { sat_solver * pSat; diff --git a/src/extlib-abc/aig/cnf/cnfPost.c b/src/extlib-abc/aig/cnf/cnfPost.c index c2c66d7..5b18da4 100644 --- a/src/extlib-abc/aig/cnf/cnfPost.c +++ b/src/extlib-abc/aig/cnf/cnfPost.c @@ -147,7 +147,7 @@ void Cnf_ManFreeCuts( Cnf_Man_t * p ) pObj->pData = NULL; } } - + #if 0 /**Function************************************************************* @@ -226,7 +226,7 @@ void Cnf_ManPostprocess( Cnf_Man_t * p ) } } } -#endif +#endif //////////////////////////////////////////////////////////////////////// /// END OF FILE /// diff --git a/src/extlib-abc/kit.h b/src/extlib-abc/kit.h index 18bdeb2..af3a1a8 100644 --- a/src/extlib-abc/kit.h +++ b/src/extlib-abc/kit.h @@ -125,7 +125,7 @@ struct Kit_DsdNtk_t_ unsigned * pSupps; // supports of the nodes Kit_DsdObj_t** pNodes; // the nodes }; - + #if 0 // DSD manager typedef struct Kit_DsdMan_t_ Kit_DsdMan_t; @@ -140,7 +140,7 @@ struct Kit_DsdMan_t_ Vec_Ptr_t * vTtBdds; // the node truth tables Vec_Int_t * vNodes; // temporary array for BDD nodes }; -#endif +#endif static inline int Kit_DsdVar2Lit( int Var, int fCompl ) { return Var + Var + fCompl; } static inline int Kit_DsdLit2Var( int Lit ) { return Lit >> 1; } @@ -485,8 +485,8 @@ static inline void Kit_TruthIthVar( unsigned * pTruth, int nVars, int iVar ) //////////////////////////////////////////////////////////////////////// /// FUNCTION DECLARATIONS /// //////////////////////////////////////////////////////////////////////// - -#if 0 + +#if 0 /*=== kitBdd.c ==========================================================*/ extern DdNode * Kit_SopToBdd( DdManager * dd, Kit_Sop_t * cSop, int nVars ); @@ -590,7 +590,7 @@ extern char * Kit_TruthDumpToFile( unsigned * pTruth, int nVars, int nF } #endif -#endif +#endif #endif ////////////////////////////////////////////////////////////////////////