mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
parent
4de3aaabdb
commit
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.
|
||||
|
Loading…
Reference in New Issue
Block a user