From dea5ba15878c6a1d7d58912f10b738b4b9b5c9c3 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 9 Oct 1996 11:06:11 +0000 Subject: [PATCH] lilypond-0.0.2 --- debug.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 2.39.5