Bug 818941 - Fix misspelling of __GXX_EXPERIMENTAL_CXX0X__ macro. r=ehsan

This commit is contained in:
Chris Peterson 2012-12-06 00:05:26 -08:00
parent 38ef1e7668
commit 07acbe70d0

View File

@ -19,7 +19,7 @@
# define MOZ_HAVE_CXX11_NULLPTR
# endif
#elif defined(__GNUC__)
# if defined(_GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L
# if defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L
# if (__GNUC__ * 1000 + __GNUC_MINOR__) >= 4006
# define MOZ_HAVE_CXX11_NULLPTR
# endif