From: fred Date: Sun, 24 Mar 2002 19:32:36 +0000 (+0000) Subject: lilypond-0.0.33 X-Git-Tag: release/1.5.59~5341 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e203bee5f194c303b9fda5764d2fe89426f445db;p=lilypond.git lilypond-0.0.33 --- diff --git a/hdr/debug.hh b/hdr/debug.hh index f6855fcabe..92715dbfdc 100644 --- a/hdr/debug.hh +++ b/hdr/debug.hh @@ -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;