Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith).

This commit is contained in:
Kevin E Martin 2004-08-11 21:14:16 +00:00
parent 5b67de2bce
commit 7cb1490d89

1
Xmd.h
View file

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