Changeset 38839 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Nov 29, 2008, 3:10:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r38822 r38839 428 428 429 429 /* WREC only supports x86 at the moment, and has only been tested on Mac and Windows. */ 430 #if !defined(ENABLE_WREC) && ENABLE(JIT) &&PLATFORM(X86) && (PLATFORM(MAC) || PLATFORM(WIN))430 #if !defined(ENABLE_WREC) && PLATFORM(X86) && (PLATFORM(MAC) || PLATFORM(WIN)) 431 431 #define ENABLE_WREC 1 432 432 #endif
Note:
See TracChangeset
for help on using the changeset viewer.