From cc69e668c2fb1fe451b1fd9ed9d0d717dbb03cc5 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 9 Oct 1996 12:49:59 +0000 Subject: [PATCH] lilypond-0.0.2 --- debug.cc | 3 +++ 1 file changed, 3 insertions(+) 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"); -- 2.39.5