]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/include/debug.hh
release: 0.0.46.jcn1
[lilypond.git] / lib / include / debug.hh
index 92715dbfdc1fab1d9387a494da1c7b5756acf78b..7870a0da03231a05100f24b4bb8ebfe44fdbaae7 100644 (file)
@@ -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);