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/Xmd.h (-2 / +3 lines)
Lines 64-70 SOFTWARE. Link Here
64
     defined(__s390x__) || \
64
     defined(__s390x__) || \
65
     defined(__amd64__) || defined(amd64) || \
65
     defined(__amd64__) || defined(amd64) || \
66
     defined(__powerpc64__)
66
     defined(__powerpc64__)
67
#  define LONG64				/* 32/64-bit architecture */
67
#  if !defined(__ILP32__) /* amd64-x32 is 32bit */
68
#   define LONG64				/* 32/64-bit architecture */
69
#  endif /* !__ILP32__ */
68
# endif
70
# endif
69
71
70
/*
72
/*
71
- 

Return to bug 395363