summaryrefslogtreecommitdiff
path: root/Xmd.h
diff options
context:
space:
mode:
authorDan McNichol <mcnichol@austin.ibm.com>2006-07-14 17:53:34 -0700
committerAlan Coopersmith <alanc@alf.(none)>2006-07-14 17:53:34 -0700
commit0b76eb310307cd16e55d0c0792b54a2c6774fb88 (patch)
treef20235cb93daad82cd383d02aeb20c3d241d3f72 /Xmd.h
parentbb7584b5c88236c59c4e3040bc7c28c150abf048 (diff)
Bug #7458: AIX changes to Xmd.h
Bugzilla Bug #7458 <https://bugs.freedesktop.org/show_bug.cgi?id=7458> Patch #6179 <https://bugs.freedesktop.org/attachment.cgi?id=6179>
Diffstat (limited to 'Xmd.h')
-rw-r--r--Xmd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Xmd.h b/Xmd.h
index fe8d02b..80fbe7c 100644
--- a/Xmd.h
+++ b/Xmd.h
@@ -139,7 +139,7 @@ typedef long INT32;
typedef short INT16;
#endif
-#if defined(__STDC__) || defined(sgi) || defined(AIXV3)
+#if defined(__STDC__) || defined(sgi) || defined(_AIX)
typedef signed char INT8;
#else
typedef char INT8;
@@ -151,6 +151,9 @@ typedef unsigned int CARD32;
#else
typedef unsigned long CARD32;
#endif
+#if !defined(WORD64) && !defined(LONG64)
+typedef unsigned long long CARD64;
+#endif
typedef unsigned short CARD16;
typedef unsigned char CARD8;