src/Pure/Tools/build.ML
changeset 62930 51ac6bc389e8
parent 62925 f1bdf10f95d8
child 63827 b24d0e53dd03
--- a/src/Pure/Tools/build.ML	Sat Apr 09 14:52:10 2016 +0200
+++ b/src/Pure/Tools/build.ML	Sat Apr 09 16:16:05 2016 +0200
@@ -159,7 +159,7 @@
       theories |>
         (List.app (build_theories symbols last_timing Path.current)
           |> session_timing name verbose
-          |> Unsynchronized.setmp Output.protocol_message_fn protocol_message
+          |> Unsynchronized.setmp Private_Output.protocol_message_fn protocol_message
           |> Exn.capture);
     val res2 = Exn.capture Session.finish ();
     val _ = Par_Exn.release_all [res1, res2];
@@ -193,5 +193,3 @@
     in Output.protocol_message (Markup.build_theories_result id) [result] end);
 
 end;
-
-structure Output: OUTPUT = Output;  (*seal system channels!*)