equal
deleted
inserted
replaced
275 mark_children thy_name; |
275 mark_children thy_name; |
276 |
276 |
277 (*Remove temporary files*) |
277 (*Remove temporary files*) |
278 if not (!delete_tmpfiles) orelse (thy_file = "") orelse thy_uptodate |
278 if not (!delete_tmpfiles) orelse (thy_file = "") orelse thy_uptodate |
279 then () |
279 then () |
280 else delete_file (out_name name); |
280 else delete_file (out_name thy_name); |
281 delete_file ".tmp.ML" |
281 delete_file ".tmp.ML" |
282 ) |
282 ) |
283 end; |
283 end; |
284 |
284 |
285 fun time_use_thy tname = timeit(fn()=> |
285 fun time_use_thy tname = timeit(fn()=> |