Changeset 10510 in webkit for trunk/JavaScriptCore/kjs/value.cpp
- Timestamp:
- Sep 10, 2005, 11:24:44 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/value.cpp
r10084 r10510 46 46 AllocatedValueImp *ConstantValues::NaN = NULL; 47 47 48 static const double D16 = 65536 ;48 static const double D16 = 65536.0; 49 49 static const double D32 = 4294967296.0; 50 50
Note:
See TracChangeset
for help on using the changeset viewer.