Changeset 27607 in webkit for trunk/JavaScriptCore/wtf/MathExtras.h
- Timestamp:
- Nov 8, 2007, 12:22:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/MathExtras.h
r27605 r27607 34 34 35 35 #include "kjs/operations.h" 36 #include "kjs/value.h"37 36 #include <xmath.h> 38 37 #include <limits> … … 41 40 #include <float.h> 42 41 #endif 42 43 namespace KJS { 44 extern const double NaN; 45 } 43 46 44 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.