]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.33
authorfred <fred>
Sun, 24 Mar 2002 19:32:36 +0000 (19:32 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:32:36 +0000 (19:32 +0000)
hdr/debug.hh

index f6855fcabee183aaac65d9a678030075860d0fe3..92715dbfdc1fab1d9387a494da1c7b5756acf78b 100644 (file)
@@ -22,12 +22,12 @@ extern ostream &warnout ;
 extern ostream *mlog;
 
 // debugging
-extern Dstream monitor; // monitor
+extern Dstream *monitor; // monitor
 
 #ifdef NPRINT
-#define mtor if (0) monitor    // clever hack 
+#define mtor if (0) *monitor   // clever hack 
 #else
-#define mtor if (check_debug) monitor.identify_as(__PRETTY_FUNCTION__)
+#define mtor if (check_debug) monitor->identify_as(__PRETTY_FUNCTION__)
 #endif
 
 extern bool check_debug;