Skip to content

Commit 9f24f83

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-symex/show_vcc.cpp

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

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

0 commit comments

Comments
 (0)