]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.1
authorfred <fred>
Sun, 24 Mar 2002 19:50:05 +0000 (19:50 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:50:05 +0000 (19:50 +0000)
lily/debug.cc

index 3d046bd4147ffdc26a486b54b4366423b49999f3..654578dcb13c4838115b9958449a49a078c4043e 100644 (file)
@@ -9,7 +9,7 @@
 
 Dstream *monitor=0;
 ostream * nulldev =0;
-static void (*rat_printer)(Moment const&);
+
 
 // ugh
 struct _Dinit {
@@ -41,10 +41,13 @@ 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 = printm;      // make sure this is linked in
+    rat_printer = print_rat;   
 #ifndef NDEBUG
     set_new_handler(&mynewhandler);
 #endif