]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/warn.cc
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / lily / warn.cc
index 74265b9e31bf7340cf31291c6299ea71e92bfcd5..87a14516c590f6c38f0fc50f9bfe7fea844a7af1 100644 (file)
@@ -3,24 +3,18 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-#include "proto.hh"
-#include "debug.hh"
-#include "my-lily-lexer.hh"
-#include "moment.hh"
-#include "timing-translator.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);
 }