From 5f89a46858a7f271884d06c6107b65324a92a279 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/show.h') 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<