Skip to content

Commit

Permalink
Merge pull request #103 from Gama11/patch-1
Browse files Browse the repository at this point in the history
Flags: inline id_ vars to fix "Constant expression expected" errors on Haxe 3.3.0
  • Loading branch information
deltaluca committed Jan 27, 2016
2 parents 03097d5 + 61008b9 commit 8c3661a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cx-src/zpp_nape/util/Flags.cx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class PR(Flags) {
public static var internal:Bool = false;

$(expand global FlagsInitID(N,F,I)
public static var id_`F`_`N = I;
public static force_inline var id_`F`_`N = I;
);
$(expand global FlagsInit(N,F,I)
public static var F`_`N:F;
Expand Down

0 comments on commit 8c3661a

Please sign in to comment.