From: fred Date: Sun, 24 Mar 2002 20:06:35 +0000 (+0000) Subject: lilypond-0.1.48 X-Git-Tag: release/1.5.59~3390 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9dd00a1749de0996c3ffbb0b4604db73efcadf7d;p=lilypond.git lilypond-0.1.48 --- diff --git a/lily/debug.cc b/lily/debug.cc index f90e2e49eb..f33f0ba83d 100644 --- a/lily/debug.cc +++ b/lily/debug.cc @@ -16,6 +16,7 @@ #include "dstream.hh" #include "flower-debug.hh" #include "moment.hh" + #include "main.hh" Dstream *monitor=0; ostream * nulldev =0; @@ -53,13 +54,10 @@ float_handler (int) assert (false); } -/// just to make sure print_rat is linked in -static void (*rat_printer)(Moment const&); void debug_init() { - rat_printer = print_rat; #ifndef NDEBUG // libg++ 2.8.0 doesn't have set_new_handler // set_new_handler (&mynewhandler);