summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xmd.h b/Xmd.h
index bba4512..8c70de9 100644
--- a/Xmd.h
+++ b/Xmd.h
@@ -65,6 +65,7 @@ SOFTWARE.
defined(__s390x__) || \
(defined(__hppa__) && defined(__LP64__)) || \
defined(__amd64__) || defined(amd64) || \
+ defined(__powerpc64__) || \
(defined(sgi) && (_MIPS_SZLONG == 64))
#define LONG64 /* 32/64-bit architecture */
#endif