From 0e1eb98988fc82a30b95b755966d3efd416d8cbf Mon Sep 17 00:00:00 2001 From: Baruch Sterin Date: Fri, 16 Oct 2015 14:02:38 -0700 Subject: make sure all of ABC and related libraries are in the same namespace (when compiled with ABC_NAMESPACE) by removing extern "C" from function definitions --- src/bdd/cudd/cuddSat.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/bdd/cudd/cuddSat.c') diff --git a/src/bdd/cudd/cuddSat.c b/src/bdd/cudd/cuddSat.c index c92981d1..899901dd 100644 --- a/src/bdd/cudd/cuddSat.c +++ b/src/bdd/cudd/cuddSat.c @@ -111,10 +111,6 @@ static DdNode *one, *zero; #define WEIGHT(weight, col) ((weight) == NULL ? 1 : weight[col]) -#ifdef __cplusplus -extern "C" { -#endif - /**AutomaticStart*************************************************************/ /*---------------------------------------------------------------------------*/ @@ -129,10 +125,6 @@ static DdNode * getCube (DdManager *manager, st__table *visited, DdNode *f, int /**AutomaticEnd***************************************************************/ -#ifdef __cplusplus -} -#endif - /*---------------------------------------------------------------------------*/ /* Definition of exported functions */ /*---------------------------------------------------------------------------*/ -- cgit v1.2.3