Changeset 10456 in webkit for trunk/JavaScriptCore/kjs/function.cpp
- Timestamp:
- Sep 3, 2005, 6:18:13 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.cpp
r10412 r10456 42 42 43 43 #include <unicode/uchar.h> 44 45 #if WIN32 46 // Define a locale-independent isxdigit. 47 #undef isxdigit 48 inline bool isxdigit(int c) { return _isctype(c, _HEX); } 49 #endif 44 50 45 51 using namespace KXMLCore;
Note:
See TracChangeset
for help on using the changeset viewer.