Skip to content

Commit 7124b6c

Browse files
committed
fix for latest haxe
1 parent ad7beec commit 7124b6c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hscript/Macro.hx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ class Macro {
7979
#if (haxe_ver >= 4)
8080
case OpIn: "in";
8181
#end
82+
default:
83+
continue;
8284
};
8385
binops.set(str, op);
8486
if( assign )

0 commit comments

Comments
 (0)