* wtf/Platform.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@167959
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-04-29 Filip Pizlo <fpizlo@apple.com>
+
+ Unreviewed, fix cloop build.
+
+ * wtf/Platform.h:
+
2014-04-29 Michael Saboff <msaboff@apple.com>
For DARWIN platforms, use system temporary directory for DataLog output
#if defined(ENABLE_LLINT_C_LOOP) && ENABLE_LLINT_C_LOOP
#define ENABLE_JIT 0
#define ENABLE_DFG_JIT 0
+#ifdef ENABLE_FTL_JIT
+#undef ENABLE_FTL_JIT
+#endif
#define ENABLE_FTL_JIT 0
#endif