Explorar el Código

[cs] generate small native enum for EmptyObject marker

Dan Korostelev hace 10 años
padre
commit
8de8bd39c7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      std/cs/internal/Runtime.hx

+ 1 - 0
std/cs/internal/Runtime.hx

@@ -788,6 +788,7 @@ import cs.system.Object;
 	}*/
 	}*/
 }
 }
 
 
+@:nativeGen
 @:keep @:native("haxe.lang.EmptyObject") private enum EmptyObject
 @:keep @:native("haxe.lang.EmptyObject") private enum EmptyObject
 {
 {
 	EMPTY;
 	EMPTY;