Changeset 12848 in webkit for trunk/JavaScriptCore/kjs/operations.cpp
- Timestamp:
- Feb 16, 2006, 9:52:23 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/operations.cpp
r12728 r12848 92 92 { 93 93 #if WIN32 94 return _FPCLASS_ PINF == _fpclass(d);94 return _FPCLASS_NINF == _fpclass(d); 95 95 #elif defined(HAVE_FUNC_ISINF) 96 96 return (isinf(d) == -1);
Note:
See TracChangeset
for help on using the changeset viewer.