Purge XP_PC.

Bug #74999


git-svn-id: svn://10.0.0.236/trunk@140681 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com
2003-04-04 05:26:58 +00:00
parent bdf9d7cac8
commit f88d27351d
2 changed files with 2 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ js_compare_atom_keys(const void *k1, const void *k2)
double d2 = *JSVAL_TO_DOUBLE(v2);
if (JSDOUBLE_IS_NaN(d1))
return JSDOUBLE_IS_NaN(d2);
#if defined(XP_PC) || defined(XP_OS2)
#if defined(XP_WIN) || defined(XP_OS2)
/* XXX MSVC miscompiles such that (NaN == 0) */
if (JSDOUBLE_IS_NaN(d2))
return JS_FALSE;

View File

@@ -55,7 +55,7 @@
#include <Types.h>
#define INT64 UnsignedWide
#else
#if defined(XP_PC) || defined(XP_OS2)
#if defined(XP_WIN) || defined(XP_OS2)
#ifdef WIN32
#if defined(__GNUC__)
#define INT64 long long