Skip to content

Commit 7415e9f

Browse files
committed
define haxe5
1 parent a9d039d commit 7415e9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/compiler.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ module Setup = struct
233233
Common.define_value com Define.HaxeVer (Printf.sprintf "%.3f" (float_of_int Globals.version /. 1000.));
234234
Common.raw_define com "haxe3";
235235
Common.raw_define com "haxe4";
236+
Common.raw_define com "haxe5";
236237
Common.define_value com Define.Haxe s_version;
237238
Common.raw_define com "true";
238239
Common.define_value com Define.Dce "std";

0 commit comments

Comments
 (0)