]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/warn.cc
2003 -> 2004
[lilypond.git] / lily / warn.cc
index 1bead33c1dd1ef61c82b4e46933ebf810d571173..9193017cda6dc267b0458a8868ecb693b6dfaec3 100644 (file)
@@ -3,22 +3,18 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-#include "debug.hh"
-#include "my-lily-lexer.hh"
-#include "moment.hh"
-#include "source-file.hh"
-#include "source.hh"
-#include "main.hh"
-#include "input.hh"
+#include <stdio.h>
 
-ostream &warnout (cerr);
+#include "string.hh"
+#include "main.hh"
 
 void
 progress_indication (String s)
 {
-  cerr << s << flush;
+ fputs (s.to_str0 (), stderr);
+ fflush (stderr);
 }