Changeset 12352 in webkit for trunk/JavaScriptCore/kjs/internal.cpp
- Timestamp:
- Jan 25, 2006, 11:12:34 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.cpp
r12329 r12352 67 67 const double Inf = *(const double*) Inf_Bytes; 68 68 69 #endif 70 71 #if WIN32 72 #define copysign _copysign 69 73 #endif 70 74
Note:
See TracChangeset
for help on using the changeset viewer.