]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.2
authorfred <fred>
Wed, 9 Oct 1996 11:06:11 +0000 (11:06 +0000)
committerfred <fred>
Wed, 9 Oct 1996 11:06:11 +0000 (11:06 +0000)
debug.hh

index fce60a98165b5a744efc9ed678cef1002d4e7cb1..cf2c4ada52876d1228c2d520d62847e025e5fdd8 100644 (file)
--- 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);