зеркало из https://github.com/mozilla/gecko-dev.git
r=brendan, a=brendan OS/2 GCC doesn't define _M_IX86
This commit is contained in:
Родитель
4de3aaabdb
Коммит
a7e2c5bb4c
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче