]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/input.cc
duh.
[lilypond.git] / flower / input.cc
index d45f81b9d32a62d37c4a61913d9bf9d871bb4632..98bbab4ee94e623db5635ddd179ba6178bdb9112 100644 (file)
@@ -5,7 +5,9 @@
 
   (c) 1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
-#include <iostream.h>
+
+#include <stdio.h>
+
 #include "flower-proto.hh"
 #include "input.hh"
 #include "string.hh"
@@ -76,7 +78,7 @@ Input::message (String message_str) const
     str += ":\n";
     str += source_file_l_->error_str (defined_ch_C_);
    }
-  cerr << str << endl;
+  fprintf (stderr, "%s\n", str.ch_C());
 }
 
 void