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:
mkaply%us.ibm.com 2000-08-30 01:04:59 +00:00
parent e4d1aa4edd
commit 70ef4ad5d1

View File

@ -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.