Skip to content

Commit 4d07fa5

Browse files
use ifdef instead of if for _TRACE
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent be8add4 commit 4d07fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/heap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static void init_values() {
7070
g_value[i] = heap_rand();
7171
}
7272

73-
#if _TRACE
73+
#ifdef _TRACE
7474
static void dump_heap(const int_heap2 & h, std::ostream & out) {
7575
// int_heap2::const_iterator it = h.begin();
7676
// int_heap2::const_iterator end = h.end();

0 commit comments

Comments
 (0)