From: fred Date: Tue, 17 Dec 1996 00:44:01 +0000 (+0000) Subject: lilypond-0.0.17 X-Git-Tag: release/1.5.59~6576 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2f8df14dee45737647676812fc97a7e215b6d105;p=lilypond.git lilypond-0.0.17 --- diff --git a/hdr/debug.hh b/hdr/debug.hh index e86fe2247d..1d1ae745c3 100644 --- a/hdr/debug.hh +++ b/hdr/debug.hh @@ -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