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