From 24fde5b80aa3b1b735d6ac6f18e08d0012ebebf8 Mon Sep 17 00:00:00 2001 From: graehl Date: Wed, 18 Aug 2010 01:58:24 +0000 Subject: home git-svn-id: https://ws10smt.googlecode.com/svn/trunk@588 ec762483-ff6d-05da-a07a-a48fb63a330f --- utils/show.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'utils') 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 +#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<