From 8062879db40345cfcccd0bdf47ed9d87118c1f15 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:37:15 +0000 Subject: [PATCH] lilypond-0.0.46.jcn1 --- lib/include/debug.hh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/include/debug.hh b/lib/include/debug.hh index 92715dbfdc..7870a0da03 100644 --- a/lib/include/debug.hh +++ b/lib/include/debug.hh @@ -1,3 +1,7 @@ +/* + Argh! this sux! implementation not liblily + */ + #ifndef DEBUG_HH #define DEBUG_HH @@ -9,7 +13,10 @@ void message( String message_str, char const* context_ch_c_l ); void warning( String message_str, char const* context_ch_c_l ); +void warning( String message_str ); void error( String message_str, char const* context_ch_c_l ); + +void error( String message_str); void error(String s); // errors void error_t(const String& s, Time_description const & t_tdes); void error_t(String const &s, const Moment &when); -- 2.39.5