From 2f8df14dee45737647676812fc97a7e215b6d105 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 17 Dec 1996 00:44:01 +0000 Subject: [PATCH] lilypond-0.0.17 --- hdr/debug.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5