summaryrefslogtreecommitdiff
path: root/src/expr/node_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node_builder.h')
-rw-r--r--src/expr/node_builder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/node_builder.h b/src/expr/node_builder.h
index 271a217dc..95e91bb52 100644
--- a/src/expr/node_builder.h
+++ b/src/expr/node_builder.h
@@ -363,13 +363,13 @@ class NodeBuilder {
/** Construct the node value out of the node builder */
expr::NodeValue* constructNV();
-#ifdef CVC4_DEBUG
+#ifdef CVC5_DEBUG
// Throws a TypeCheckingExceptionPrivate on a failure.
void maybeCheckType(const TNode n) const;
-#else /* CVC4_DEBUG */
+#else /* CVC5_DEBUG */
// Do nothing if not in debug mode.
inline void maybeCheckType(const TNode n) const {}
-#endif /* CVC4_DEBUG */
+#endif /* CVC5_DEBUG */
// used by convenience node builders
NodeBuilder& collapseTo(Kind k);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback