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 | 24fde5b80aa3b1b735d6ac6f18e08d0012ebebf8 (patch) | |
tree | 04bc847634ee92c6b077a214c2ca22c2046dbfa0 /utils/show.h | |
parent | 4833ff06e9a9b98a6da898910376ba3527e9485c (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") |