<http://webkit.org/b/74532>
Reviewed by Darin Adler.
* wtf/Platform.h: Removed ENABLE_YARR macros.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@102831
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-12-14 David Kilzer <ddkilzer@apple.com>
+
+ Remove definition of old ENABLE(YARR) macro
+ <http://webkit.org/b/74532>
+
+ Reviewed by Darin Adler.
+
+ * wtf/Platform.h: Removed ENABLE_YARR macros.
+
2011-12-14 Anders Carlsson <andersca@apple.com>
bind should handle member functions
#if PLATFORM(IOS_SIMULATOR)
#define ENABLE_INTERPRETER 1
#define ENABLE_JIT 0
- #define ENABLE_YARR 0
#define ENABLE_YARR_JIT 0
#else
#define ENABLE_INTERPRETER 1
#define ENABLE_JIT 1
- #define ENABLE_YARR 1
#define ENABLE_YARR_JIT 1
#endif