src/Pure/Isar/toplevel.ML
changeset 14825 8cdf5a813cec
parent 14091 ad6ba9c55190
child 14923 8a32071c3c13
--- a/src/Pure/Isar/toplevel.ML	Sat May 29 15:00:52 2004 +0200
+++ b/src/Pure/Isar/toplevel.ML	Sat May 29 15:01:36 2004 +0200
@@ -412,7 +412,7 @@
       if int orelse not int_only then ()
       else warning (command_msg "Interactive-only " tr);
     val (result, opt_exn) =
-      (if ! Library.timing andalso not no_timing then (warning (command_msg "" tr); timeap) else I)
+      (if ! Output.timing andalso not no_timing then (warning (command_msg "" tr); timeap) else I)
         (apply_trans int trans) state;
     val _ = if int andalso print andalso not (! quiet) then print_state false result else ();
   in (result, apsome (fn UNDEF => type_error tr state | exn => exn) opt_exn) end;