Browse Source

Next take at static modifiers for Clang.

Former-commit-id: f15c1b8934
tempestpy_adaptions
PBerger 11 years ago
parent
commit
1a4a32a1c5
  1. 8
      resources/3rdparty/cudd-2.5.0/src/dddmp/dddmpDdNodeCnf.c

8
resources/3rdparty/cudd-2.5.0/src/dddmp/dddmpDdNodeCnf.c

@ -351,7 +351,7 @@ DddmpWriteNodeIndexCnfBis (
*****************************************************************************/ *****************************************************************************/
static int
int
DddmpWriteNodeIndexCnf ( DddmpWriteNodeIndexCnf (
DdNode *f /* IN: BDD node */, DdNode *f /* IN: BDD node */,
int *cnfIds /* IN: possible source for the index to be written */, int *cnfIds /* IN: possible source for the index to be written */,
@ -386,7 +386,7 @@ DddmpWriteNodeIndexCnf (
******************************************************************************/ ******************************************************************************/
static int
int
DddmpReadNodeIndexCnf ( DddmpReadNodeIndexCnf (
DdNode *f /* IN: BDD node */ DdNode *f /* IN: BDD node */
) )
@ -447,7 +447,7 @@ DddmpClearVisitedCnfRecur (
******************************************************************************/ ******************************************************************************/
static int
int
DddmpVisitedCnf ( DddmpVisitedCnf (
DdNode *f /* IN: BDD node to be tested */ DdNode *f /* IN: BDD node to be tested */
) )
@ -469,7 +469,7 @@ DddmpVisitedCnf (
******************************************************************************/ ******************************************************************************/
static void
void
DddmpSetVisitedCnf ( DddmpSetVisitedCnf (
DdNode *f /* IN: BDD node to be marked (as visited) */ DdNode *f /* IN: BDD node to be marked (as visited) */
) )

Loading…
Cancel
Save