]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/warn.cc
release: 1.3.142
[lilypond.git] / lily / warn.cc
index 36231783801d492490c1755e13438e6a00e9ada5..1788539e4042f697007207f3fe5891ef0104fb4a 100644 (file)
@@ -3,10 +3,9 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-#include "proto.hh"
 #include "debug.hh"
 #include "my-lily-lexer.hh"
 #include "moment.hh"
 #include "input.hh"
 
 ostream &warnout (cerr);
-ostream *mlog (&cerr);
 
+void
+progress_indication (String s)
+{
+  cerr << s << flush;
+}