Ignore the difference in Int64Native types because caue.
@@ -231,6 +231,7 @@ class XmlParser {
else
tinf.doc = inf.doc;
}
+ if (tinf.path == "haxe._Int64.NativeInt64") continue;
if( tinf.module == inf.module && tinf.doc == inf.doc && tinf.isPrivate == inf.isPrivate )
switch( ct ) {
case TClassdecl(c):