summaryrefslogtreecommitdiff
path: root/utils/show.h
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-18 01:58:24 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-18 01:58:24 +0000
commit5f89a46858a7f271884d06c6107b65324a92a279 (patch)
tree5c5cc3c07ceb54c3a1b43859fff698e1c88190bd /utils/show.h
parent715469d52e718cf5a5cb8ba6b4ed6395cf459d58 (diff)
home
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@588 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'utils/show.h')
-rwxr-xr-xutils/show.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/show.h b/utils/show.h
index a687868c..6f601d47 100755
--- a/utils/show.h
+++ b/utils/show.h
@@ -3,7 +3,9 @@
#ifndef SHOWS
#include <iostream>
+#define SHOWS std::cerr
#endif
+
/* usage:
#if DEBUG
# define IFD(x) x
@@ -23,9 +25,6 @@ careful: none of this is wrapped in a block. so you can't use one of these macr
*/
-#ifndef SHOWS
-#define SHOWS std::cerr
-#endif
#define SHOWP(IF,x) IF(SHOWS<<x;)
#define SHOWNL(IF) SHOWP("\n")