mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Bug 805951. Fix __GNU_MINOR__ typo in NullPtr.h
Pointed out by Chris Peterson.
This commit is contained in:
parent
d7bd4666ce
commit
ad8c94f6fc
@ -20,7 +20,7 @@
|
||||
# endif
|
||||
#elif defined(__GNUC__)
|
||||
# if defined(_GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L
|
||||
# if (__GNUC__ * 1000 + __GNU_MINOR__) >= 4006
|
||||
# if (__GNUC__ * 1000 + __GNUC_MINOR__) >= 4006
|
||||
# define MOZ_HAVE_CXX11_NULLPTR
|
||||
# endif
|
||||
# endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user