Skip to content

Commit a74e051

Browse files
author
Daniel Kroening
committed
use DEBUG define for debugging output
1 parent 7af6bb0 commit a74e051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/goto-symex/show_vcc.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ void show_vcc_plain(
6262
{
6363
out << "{-" << count << "} " << format(p_it->cond_expr) << '\n';
6464

65-
#if 0
66-
out << "GUARD: " << format(p_it->guard_expr) << '\n';
65+
#ifdef DEBUG
66+
out << "GUARD: " << format(p_it->guard) << '\n';
6767
out << '\n';
6868
#endif
6969

0 commit comments

Comments
 (0)