From: fred Date: Wed, 9 Oct 1996 11:06:11 +0000 (+0000) Subject: lilypond-0.0.2 X-Git-Tag: release/1.5.59~7138 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dea5ba15878c6a1d7d58912f10b738b4b9b5c9c3;p=lilypond.git lilypond-0.0.2 --- diff --git a/debug.hh b/debug.hh index fce60a9816..cf2c4ada52 100644 --- a/debug.hh +++ b/debug.hh @@ -9,7 +9,9 @@ #define WARN warnout << "warning: "<<__FUNCTION__ << ": " extern ostream &warnout ; extern ostream *mlog; -extern dstream mtor; // monitor +extern Dstream monitor; // monitor + +#define mtor monitor.identify_as(__PRETTY_FUNCTION__) void error(String s); void warning(String s);