summaryrefslogtreecommitdiff
path: root/src/prop/cnf_stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/cnf_stream.cpp')
-rw-r--r--src/prop/cnf_stream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/cnf_stream.cpp b/src/prop/cnf_stream.cpp
index 10c84f582..111c6c2df 100644
--- a/src/prop/cnf_stream.cpp
+++ b/src/prop/cnf_stream.cpp
@@ -772,7 +772,7 @@ void CnfStream::convertAndAssert(TNode node, bool negated)
convertAndAssertIff(node, negated);
break;
}
- CVC4_FALLTHROUGH;
+ CVC5_FALLTHROUGH;
default:
{
Node nnode = node;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback