瀏覽代碼

Ignore the difference in Int64Native types because caue.

David Peek 12 年之前
父節點
當前提交
7989517c13
共有 1 個文件被更改,包括 1 次插入0 次删除
  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):