From a107fa64a906e8a79ad9b2c6d39ea8ea61358a56 Mon Sep 17 00:00:00 2001 From: Rudy Ges Date: Thu, 1 Feb 2024 13:44:40 +0100 Subject: [PATCH] jvm is now a reserved define --- src/context/common.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/common.ml b/src/context/common.ml index d4b460370eb..521a6f1da74 100644 --- a/src/context/common.ml +++ b/src/context/common.ml @@ -475,7 +475,7 @@ let external_defined_value ctx k = Define.raw_defined_value ctx.defines (convert_define k) let reserved_flags = [ - "true";"false";"null";"cross";"js";"lua";"neko";"flash";"php";"cpp";"java";"python";"hl";"hlc"; + "true";"false";"null";"cross";"js";"lua";"neko";"flash";"php";"cpp";"java";"jvm";"python";"hl";"hlc"; "swc";"macro";"sys";"static";"utf16";"haxe";"haxe_ver" ]