Make sure the error is printed last

This commit is contained in:
Cédric Pasteur 2010-09-13 10:10:40 +02:00
parent 653de74a9d
commit ffdd378cec

View file

@ -65,7 +65,7 @@ let generate_target p s =
print_unfolded p_list;
comment "Translation to Obc";
if !Misc.verbose then
List.iter (Obc_printer.print_prog Format.std_formatter) o_list;
List.iter (Obc_printer.print stdout) o_list;
List.iter convert_fun o_list
let program p =