Changeset 72197 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Nov 17, 2010, 5:15:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r72159 r72197 1022 1022 1023 1023 /* Yet Another Regex Runtime - turned on by default for JIT enabled ports. */ 1024 #if ENABLE(JIT) && !defined(ENABLE_YARR) && !defined(ENABLE_YARR_JIT) 1025 #define ENABLE_YARR 1 1024 #if ENABLE(JIT) && !defined(ENABLE_YARR_JIT) 1026 1025 #define ENABLE_YARR_JIT 1 1027 #endif1028 1029 /* Sanity Check */1030 #if ENABLE(YARR_JIT) && !ENABLE(YARR)1031 #error "YARR_JIT requires YARR"1032 1026 #endif 1033 1027
Note:
See TracChangeset
for help on using the changeset viewer.