2002->2003
[lilypond.git] / lily / warn.cc
blob04f52b17584d15484f015eb551708e5447b3b505
1 /*
2 warn.cc -- implement warning and error messages. Needs cleanup.
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
9 #include <stdio.h>
11 #include "string.hh"
12 #include "main.hh"
14 void
15 progress_indication (String s)
17 fputs (s.to_str0 (), stderr);
18 fflush (stderr);