Skip to content

Commit

Permalink
Suppression de "#define BATCH"
Browse files Browse the repository at this point in the history
  • Loading branch information
david-michel1 committed Feb 17, 2025
1 parent 21b45ca commit 8c0680f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mlang/backend_compilers/dgfip_gen_files.ml
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,7 @@ let gen_conf_h fmt (cprog : Mir.program) flags =
if flags.flg_iliad then Format.fprintf fmt "#define FLG_ILIAD\n";
if flags.flg_pro then Format.fprintf fmt "#define FLG_PRO\n";
if flags.flg_cfir then Format.fprintf fmt "#define FLG_CFIR\n";
if flags.flg_gcos then (
Format.fprintf fmt "#define FLG_GCOS\n";
Format.fprintf fmt "#define BATCH\n");
if flags.flg_gcos then Format.fprintf fmt "#define FLG_GCOS\n";
if flags.flg_tri_ebcdic then Format.fprintf fmt "#define FLG_TRI_EBCDIC\n";
(* flag is not used *)
if flags.flg_short then
Expand Down

0 comments on commit 8c0680f

Please sign in to comment.