r=brendan, a=brendan
OS/2 GCC doesn't define _M_IX86
This commit is contained in:
mkaply%us.ibm.com 2000-08-30 01:04:59 +00:00
Родитель 4de3aaabdb
Коммит a7e2c5bb4c
1 изменённых файлов: 1 добавлений и 1 удалений

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

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