Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 395363 | Differences between
and this patch

Collapse All | Expand All

(-)a/include/X11/Xtos.h (-1 / +2 lines)
Lines 62-68 SOFTWARE. Link Here
62
    defined(__sparc64__) || \
62
    defined(__sparc64__) || \
63
    defined(__s390x__) || \
63
    defined(__s390x__) || \
64
    (defined(__hppa__) && defined(__LP64__)) || \
64
    (defined(__hppa__) && defined(__LP64__)) || \
65
    defined(__amd64__) || defined(amd64) || \
65
    (defined(__amd64__) && defined(__LP64__)) /* skip x32 */ || \
66
    defined(amd64) || \
66
    defined(__powerpc64__) || \
67
    defined(__powerpc64__) || \
67
    (defined(sgi) && (_MIPS_SZLONG == 64))
68
    (defined(sgi) && (_MIPS_SZLONG == 64))
68
#define LONG64
69
#define LONG64

Return to bug 395363