Skip to content

Commit

Permalink
define haxe5
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn committed Aug 14, 2024
1 parent a9d039d commit 7415e9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/compiler.ml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ module Setup = struct
Common.define_value com Define.HaxeVer (Printf.sprintf "%.3f" (float_of_int Globals.version /. 1000.));
Common.raw_define com "haxe3";
Common.raw_define com "haxe4";
Common.raw_define com "haxe5";
Common.define_value com Define.Haxe s_version;
Common.raw_define com "true";
Common.define_value com Define.Dce "std";
Expand Down

0 comments on commit 7415e9f

Please sign in to comment.