Changeset 37648 in webkit for trunk/JavaScriptCore/wtf/Platform.h


Ignore:
Timestamp:
Oct 17, 2008, 1:04:10 AM (17 years ago)
Author:
[email protected]
Message:

2008-10-17 Cameron Zwarich <[email protected]>

Reviewed by Sam Weinig.

Make WREC require CTI because it won't actually compile otherwise.

  • wtf/Platform.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Platform.h

    r37647 r37648  
    350350
    351351// WREC only supports x86 at the moment, and has only been tested on Mac and Windows.
    352 #if !defined(ENABLE_WREC) && PLATFORM(X86) && (PLATFORM(MAC) || PLATFORM(WIN))
     352#if !defined(ENABLE_WREC) && ENABLE(CTI) && PLATFORM(X86) && (PLATFORM(MAC) || PLATFORM(WIN))
    353353#define ENABLE_WREC 1
    354354#endif
Note: See TracChangeset for help on using the changeset viewer.