From 9a678160446325f5290794278ce23634368cc3d1 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 23 Oct 1996 23:05:35 +0000 Subject: [PATCH] lilypond-0.0.5 --- debug.hh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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); -- 2.39.5