Changeset 34198 in webkit for trunk/JavaScriptCore/wtf/MathExtras.h
- Timestamp:
- May 29, 2008, 3:16:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/MathExtras.h
r31862 r34198 31 31 #include <time.h> 32 32 33 #if PLATFORM(SOLARIS) && COMPILER(GCC)33 #if PLATFORM(SOLARIS) 34 34 #include <ieeefp.h> 35 35 #endif … … 62 62 #endif 63 63 64 #if PLATFORM(SOLARIS) && COMPILER(GCC)64 #if PLATFORM(SOLARIS) 65 65 66 66 #ifndef isfinite
Note:
See TracChangeset
for help on using the changeset viewer.