tuned message;
authorwenzelm
Mon, 11 Nov 2013 21:04:30 +0100
changeset 55762a4051679a7bf
parent 55761 8b165615ffe3
child 55763 0e1566512928
tuned message;
src/Pure/ML/ml_compiler_polyml.ML
     1.1 --- a/src/Pure/ML/ml_compiler_polyml.ML	Mon Nov 11 20:50:12 2013 +0100
     1.2 +++ b/src/Pure/ML/ml_compiler_polyml.ML	Mon Nov 11 21:04:30 2013 +0100
     1.3 @@ -105,7 +105,7 @@
     1.4  
     1.5      val writeln_buffer = Unsynchronized.ref Buffer.empty;
     1.6      fun write s = Unsynchronized.change writeln_buffer (Buffer.add s);
     1.7 -    fun output_writeln () = writeln (Buffer.content (! writeln_buffer));
     1.8 +    fun output_writeln () = writeln (trim_line (Buffer.content (! writeln_buffer)));
     1.9  
    1.10      val warnings = Unsynchronized.ref ([]: string list);
    1.11      fun warn msg = Unsynchronized.change warnings (cons msg);