From: fred Date: Wed, 23 Oct 1996 23:05:35 +0000 (+0000) Subject: lilypond-0.0.5 X-Git-Tag: release/1.5.59~7031 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9a678160446325f5290794278ce23634368cc3d1;p=lilypond.git lilypond-0.0.5 --- diff --git a/debug.hh b/debug.hh index ca805df011..200585608b 100644 --- a/debug.hh +++ b/debug.hh @@ -9,10 +9,14 @@ #define WARN warnout << "warning: "<<__FUNCTION__ << "(): " extern ostream &warnout ; extern ostream *mlog; +extern ostream *nulldev; extern Dstream monitor; // monitor +#ifdef NPRINT +#define mtor *nulldev +#else #define mtor monitor.identify_as(__PRETTY_FUNCTION__) - +#endif void error(String s); void warning(String s);