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

Collapse All | Expand All

(-)qt-everywhere-opensource-src-4.8.2.orig/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h (-1 / +1 lines)
Lines 884-890 Link Here
884
#endif
884
#endif
885
885
886
#if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64)
886
#if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64)
887
#if (CPU(X86_64) && (OS(UNIX) || OS(WINDOWS) || OS(SOLARIS) || OS(HPUX))) || (CPU(IA64) && !CPU(IA64_32)) || CPU(ALPHA) || CPU(AIX64) || CPU(SPARC64)
887
#if (CPU(X86_64) && defined(__LP64__) && (OS(UNIX) || OS(WINDOWS) || OS(SOLARIS) || OS(HPUX))) || (CPU(IA64) && !CPU(IA64_32)) || CPU(ALPHA) || CPU(AIX64) || CPU(SPARC64)
888
#define WTF_USE_JSVALUE64 1
888
#define WTF_USE_JSVALUE64 1
889
#elif CPU(ARM) || CPU(PPC64)
889
#elif CPU(ARM) || CPU(PPC64)
890
#define WTF_USE_JSVALUE32 1
890
#define WTF_USE_JSVALUE32 1

Return to bug 421009