[messages] better comment and errors

This commit is contained in:
Arnaud DABY-SEESARAM
2022-12-20 16:41:21 +01:00
parent 03def2ce1a
commit a673c447e3
2 changed files with 10 additions and 10 deletions

View File

@@ -319,8 +319,8 @@ and cp_expression fmt (expr, hloc) =
(** [cp_main] tries to print a main function to the C code.
* If there is a function [main] in the lustre program, it will generate a main
(** [cp_main] prints a main function to the C code if necessary:
* if there is a function [main] in the lustre program, it will generate a main
* function in the C code, otherwise it does not do anything.
*)
let cp_main_fn fmt (prog, sts) =