aboutsummaryrefslogtreecommitdiff
path: root/src/Debug.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Debug.hh')
-rw-r--r--src/Debug.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Debug.hh b/src/Debug.hh
index 59072e8..93f0759 100644
--- a/src/Debug.hh
+++ b/src/Debug.hh
@@ -1,9 +1,8 @@
1#ifndef DEBUG_HH 1#ifndef DEBUG_HH
2#define DEBUG_HH 2#define DEBUG_HH
3 3
4#include <iostream>
5
6#ifdef DEBUG 4#ifdef DEBUG
5#include <iostream>
7#define fbdbg std::cerr<<__FILE__<<"("<<__LINE__<< "): " 6#define fbdbg std::cerr<<__FILE__<<"("<<__LINE__<< "): "
8#else 7#else
9#define fbdbg if (false) std::cerr 8#define fbdbg if (false) std::cerr