From: fred Date: Sun, 24 Mar 2002 19:37:15 +0000 (+0000) Subject: lilypond-0.0.46.jcn1 X-Git-Tag: release/1.5.59~5076 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8062879db40345cfcccd0bdf47ed9d87118c1f15;p=lilypond.git lilypond-0.0.46.jcn1 --- 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);