Revision: 16236
Author:   bmeu...@chromium.org
Date:     Tue Aug 20 08:14:19 2013 UTC
Log:      Fix non-Xcode build on Mac with clang.

TBR=svenpa...@chromium.org

Review URL: https://codereview.chromium.org/22793008
http://code.google.com/p/v8/source/detail?r=16236

Modified:
 /branches/bleeding_edge/src/globals.h

=======================================
--- /branches/bleeding_edge/src/globals.h       Tue Aug 20 06:51:58 2013 UTC
+++ /branches/bleeding_edge/src/globals.h       Tue Aug 20 08:14:19 2013 UTC
@@ -333,12 +333,7 @@
 // Compiler feature detection.
 #if defined(__clang__)

-// Compatibility with older clang versions.
-# ifndef __has_extension
-# define __has_extension __has_feature
-# endif
-
-# if __has_extension(cxx_override_control)
+# if __has_feature(cxx_override_control)
 #  define V8_HAVE_CXX11_FINAL
 #  define V8_HAVE_CXX11_OVERRIDE
 # endif

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to