Changeset 15696 in webkit for trunk/JavaScriptCore/JavaScriptCorePrefix.h
- Timestamp:
- Jul 29, 2006, 4:15:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCorePrefix.h
r12780 r15696 29 29 #ifdef __cplusplus 30 30 31 / / Work around bug 3553309 by re-including <ctype.h>.31 /* Work around bug 3553309 by re-including <ctype.h>. */ 32 32 #include <cctype> 33 33 #define isalnum(c) __istype((c), (_CTYPE_A|_CTYPE_D)) … … 50 50 #endif 51 51 52 / / Work around bug with C++ library that screws up Objective-C++ when exception support is disabled.52 /* Work around bug with C++ library that screws up Objective-C++ when exception support is disabled. */ 53 53 #undef try 54 54 #undef catch
Note:
See TracChangeset
for help on using the changeset viewer.