summaryrefslogtreecommitdiff
path: root/parser/expat/lib/expat_external.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser/expat/lib/expat_external.h')
-rw-r--r--parser/expat/lib/expat_external.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/parser/expat/lib/expat_external.h b/parser/expat/lib/expat_external.h
index 70c630bc92..cb046cfc0f 100644
--- a/parser/expat/lib/expat_external.h
+++ b/parser/expat/lib/expat_external.h
@@ -102,13 +102,8 @@ typedef char XML_LChar;
/* END MOZILLA CHANGE */
#ifdef XML_LARGE_SIZE /* Use large integers for file/stream positions. */
-#if defined(XML_USE_MSC_EXTENSIONS) && _MSC_VER < 1400
-typedef __int64 XML_Index;
-typedef unsigned __int64 XML_Size;
-#else
typedef long long XML_Index;
typedef unsigned long long XML_Size;
-#endif
#else
typedef long XML_Index;
typedef unsigned long XML_Size;