From: fred Date: Wed, 9 Oct 1996 12:49:59 +0000 (+0000) Subject: lilypond-0.0.2 X-Git-Tag: release/1.5.59~7129 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cc69e668c2fb1fe451b1fd9ed9d0d717dbb03cc5;p=lilypond.git lilypond-0.0.2 --- diff --git a/debug.cc b/debug.cc index 548a76c186..69c5a04a5b 100644 --- a/debug.cc +++ b/debug.cc @@ -1,4 +1,5 @@ #include "debug.hh" +#include "dstream.hh" int debug_flags; void @@ -13,3 +14,5 @@ set_debug(String s) mtor << "Turning on parser debugger\n"; } } + +Dstream monitor(cout,".dstreamrc");