]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/debug.hh
release: 1.2.7
[lilypond.git] / lily / include / debug.hh
index aca896309d5fbaaed845067c8ac263f8b81e8934..d8a5d472941fb2e76c8e8a40fd24c58fef0585c1 100644 (file)
@@ -22,15 +22,15 @@ extern ostream &warnout ;
 extern ostream *mlog;
 
 // debugging
-extern Dstream *monitor; // monitor
+extern Dstream *lily_monitor; // monitor
 
 #ifdef NPRINT
 /** 
   Global debug output. Compare with cin, cout, cerr, DOUT is DEBUG OUTPUT
  */
-#define DOUT if (0) *monitor   // clever hack 
+#define DOUT if (0) *lily_monitor      // clever hack 
 #else
-#define DOUT if (check_debug) monitor->identify_as (__PRETTY_FUNCTION__)
+#define DOUT if (check_debug) lily_monitor->identify_as (__PRETTY_FUNCTION__)
 #endif
 
 extern bool check_debug;