We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee11ea commit 6057c46Copy full SHA for 6057c46
src/trans-word-level/property.cpp
@@ -72,7 +72,7 @@ Function: property_obligations_rec
72
73
\*******************************************************************/
74
75
-void property_obligations_rec(
+static void property_obligations_rec(
76
const exprt &property_expr,
77
decision_proceduret &solver,
78
std::size_t current,
@@ -133,7 +133,7 @@ Function: property_obligations
133
134
135
136
-std::map<std::size_t, exprt::operandst> property_obligations(
+static std::map<std::size_t, exprt::operandst> property_obligations(
137
138
139
std::size_t no_timeframes,
0 commit comments