diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-18 01:58:24 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-18 01:58:24 +0000 |
commit | 5f89a46858a7f271884d06c6107b65324a92a279 (patch) | |
tree | 5c5cc3c07ceb54c3a1b43859fff698e1c88190bd /utils/show.h | |
parent | 715469d52e718cf5a5cb8ba6b4ed6395cf459d58 (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-x | utils/show.h | 5 |
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") |