s/r=brendan
Cleanup #ifdef and add EMX
This commit is contained in:
mkaply%us.ibm.com 2003-03-21 22:18:12 +00:00
Родитель bb2fc050c1
Коммит f6bcf1c153
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

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