Browse Source

Merge pull request #1887 from dpeek/rtti-parsing-hack

Ignore the difference in Int64Native types because caue.
Simon Krajewski 12 years ago
parent
commit
bf23592e08
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/haxe/rtti/XmlParser.hx

+ 1 - 0
std/haxe/rtti/XmlParser.hx

@@ -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):