r=brendan, a=brendan OS/2 GCC doesn't define _M_IX86 git-svn-id: svn://10.0.0.236/trunk@77538 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e4d1aa4edd
commit
70ef4ad5d1
@ -403,7 +403,7 @@ static JSConstDoubleSpec number_constants[] = {
|
||||
|
||||
static jsdouble NaN;
|
||||
|
||||
#if !defined __MWERKS__ && defined (XP_PC) && defined (_M_IX86)
|
||||
#if !defined __MWERKS__ && defined XP_PC && (defined _M_IX86 || defined __GNUC__)
|
||||
|
||||
/*
|
||||
* On Alpha platform this is handled via Compiler option.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user