summaryrefslogtreecommitdiff
path: root/src/expr/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node.h')
-rw-r--r--src/expr/node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/node.h b/src/expr/node.h
index b8e44a4cb..4554c1ee8 100644
--- a/src/expr/node.h
+++ b/src/expr/node.h
@@ -1435,7 +1435,7 @@ NodeTemplate<ref_count>::substitute(Iterator substitutionsBegin,
}
}
-#ifdef CVC4_DEBUG
+#ifdef CVC5_DEBUG
/**
* Pretty printer for use within gdb. This is not intended to be used
* outside of gdb. This writes to the Warning() stream and immediately
@@ -1488,7 +1488,7 @@ static void __attribute__((used)) debugPrintRawTNode(const NodeTemplate<false>&
n.printAst(Warning(), 0);
Warning().flush();
}
-#endif /* CVC4_DEBUG */
+#endif /* CVC5_DEBUG */
} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback