Fix gcc3 builds on Solaris/x86. r=dbradley sr=brendan a=asa b=149461

git-svn-id: svn://10.0.0.236/trunk@142661 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2003-05-20 20:47:12 +00:00
parent ccd19305ca
commit 12e722f54f

View File

@@ -131,7 +131,11 @@
#define CFRONT_STYLE_THIS_ADJUST
#elif defined(__sun__) || defined(__sun)
#if defined(__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100 /* G++ V3 ABI */
#define THUNK_BASED_THIS_ADJUST
#else
#define CFRONT_STYLE_THIS_ADJUST
#endif
#elif defined(_WIN32)
#define THUNK_BASED_THIS_ADJUST