@@ -1,5 +1,6 @@
2009-??-??: 2.03
optimized Type.enumEq : use index instead of tag comparison for neko/flash9/php
+ bugfix for flash.display.BitmapDataChannel and GraphicsPathCommand (allow inline static)
2008-11-23: 2.02
Std.is(MyInterface, Class) now returns true (haXe/PHP)
@@ -1909,6 +1909,7 @@ let generate_inits ctx types =
) types;
List.iter (fun (t,_) ->
match t with
+ | TClassDecl { cl_extern = true; cl_path = "flash" :: _ , _ } -> ()
| TClassDecl c -> generate_class_statics ctx c
| _ -> ()