summaryrefslogtreecommitdiffstats
path: root/src/bdd/cudd/cuddZddCount.c
diff options
context:
space:
mode:
authorBaruch Sterin <baruchs@gmail.com>2015-10-16 14:02:38 -0700
committerBaruch Sterin <baruchs@gmail.com>2015-10-16 14:02:38 -0700
commit0e1eb98988fc82a30b95b755966d3efd416d8cbf (patch)
tree8905d387809a01777ec9fa056f1f382a679281a1 /src/bdd/cudd/cuddZddCount.c
parent8810ef12da3f56523a95863d6583f09531dfe8de (diff)
downloadabc-0e1eb98988fc82a30b95b755966d3efd416d8cbf.tar.gz
abc-0e1eb98988fc82a30b95b755966d3efd416d8cbf.tar.bz2
abc-0e1eb98988fc82a30b95b755966d3efd416d8cbf.zip
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
Diffstat (limited to 'src/bdd/cudd/cuddZddCount.c')
-rw-r--r--src/bdd/cudd/cuddZddCount.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/bdd/cudd/cuddZddCount.c b/src/bdd/cudd/cuddZddCount.c
index aefdc124..a44a782c 100644
--- a/src/bdd/cudd/cuddZddCount.c
+++ b/src/bdd/cudd/cuddZddCount.c
@@ -95,10 +95,6 @@ static char rcsid[] DD_UNUSED = "$Id: cuddZddCount.c,v 1.14 2004/08/13 18:04:53
/* Macro declarations */
/*---------------------------------------------------------------------------*/
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/**AutomaticStart*************************************************************/
/*---------------------------------------------------------------------------*/
@@ -112,10 +108,6 @@ static enum st__retval st__zdd_count_dbl_free (char *key, char *value, char *arg
/**AutomaticEnd***************************************************************/
-#ifdef __cplusplus
-}
-#endif
-
/*---------------------------------------------------------------------------*/
/* Definition of exported functions */
/*---------------------------------------------------------------------------*/