Changeset 37734 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Oct 20, 2008, 10:28:04 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r37732 r37734 352 352 // CTI only supports x86 at the moment, and has only been tested on Mac and Windows. 353 353 #if !defined(ENABLE_CTI) && PLATFORM(X86) && (PLATFORM(MAC) || PLATFORM(WIN)) 354 #define ENABLE_CTI 0354 #define ENABLE_CTI 1 355 355 #endif 356 356 357 357 // WREC only supports x86 at the moment, and has only been tested on Mac and Windows. 358 358 #if !defined(ENABLE_WREC) && ENABLE(CTI) && PLATFORM(X86) && (PLATFORM(MAC) || PLATFORM(WIN)) 359 #define ENABLE_WREC 0359 #define ENABLE_WREC 1 360 360 #endif 361 361
Note:
See TracChangeset
for help on using the changeset viewer.