]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.17
authorfred <fred>
Tue, 17 Dec 1996 00:44:01 +0000 (00:44 +0000)
committerfred <fred>
Tue, 17 Dec 1996 00:44:01 +0000 (00:44 +0000)
hdr/debug.hh

index e86fe2247d352800823bd9ecc5a2b034727c86dd..1d1ae745c31f6344335e4459e73d392124bcacf2 100644 (file)
@@ -7,6 +7,7 @@
 
 void error(String s);          // errors
 void error_t(String s, Real when);
+
 // warnings
 void warning(String s);
 #define WARN warnout << "warning: "<<__FUNCTION__ << "(): "
@@ -26,5 +27,4 @@ extern Dstream monitor; // monitor
 
 extern bool check_debug;
 
-
 #endif