Changeset 102831 in webkit


Ignore:
Timestamp:
Dec 14, 2011 3:03:51 PM (12 years ago)
Author:
ddkilzer@apple.com
Message:

Remove definition of old ENABLE(YARR) macro
<http://webkit.org/b/74532>

Reviewed by Darin Adler.

  • wtf/Platform.h: Removed ENABLE_YARR macros.
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r102813 r102831  
     12011-12-14  David Kilzer  <ddkilzer@apple.com>
     2
     3        Remove definition of old ENABLE(YARR) macro
     4        <http://webkit.org/b/74532>
     5
     6        Reviewed by Darin Adler.
     7
     8        * wtf/Platform.h: Removed ENABLE_YARR macros.
     9
    1102011-12-14  Anders Carlsson  <andersca@apple.com>
    211
  • trunk/Source/JavaScriptCore/wtf/Platform.h

    r102429 r102831  
    591591    #define ENABLE_INTERPRETER 1
    592592    #define ENABLE_JIT 0
    593     #define ENABLE_YARR 0
    594593    #define ENABLE_YARR_JIT 0
    595594#else
    596595    #define ENABLE_INTERPRETER 1
    597596    #define ENABLE_JIT 1
    598     #define ENABLE_YARR 1
    599597    #define ENABLE_YARR_JIT 1
    600598#endif
Note: See TracChangeset for help on using the changeset viewer.