mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
parent
bb2fc050c1
commit
f6bcf1c153
@ -438,7 +438,11 @@ static JSConstDoubleSpec number_constants[] = {
|
||||
|
||||
static jsdouble NaN;
|
||||
|
||||
#if !defined __MWERKS__ && defined XP_PC && (defined _M_IX86 || (defined __GNUC__ && !defined(__MINGW32__)))
|
||||
|
||||
#if defined XP_PC && \
|
||||
!defined __MWERKS__ && \
|
||||
(defined _M_IX86 || \
|
||||
(defined __GNUC__ && !defined __MINGW32__ && !defined __EMX__))
|
||||
|
||||
/*
|
||||
* Set the exception mask to mask all exceptions and set the FPU precision
|
||||
|
Loading…
Reference in New Issue
Block a user