Explorar o código

Merge pull request #5001 from acozzette/backport-spelling-fix

Fix spelling error of __GNUC_MINOR__
Adam Cozzette %!s(int64=7) %!d(string=hai) anos
pai
achega
23dccc5bb9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/google/protobuf/stubs/hash.h

+ 1 - 1
src/google/protobuf/stubs/hash.h

@@ -93,7 +93,7 @@
 # endif
 
 // GCC <= 4.1 does not define std::tr1::hash for `long long int` or `long long unsigned int`
-# if __GNUC__ == 4 && defined(__GNUC__MINOR__) && __GNUC__MINOR__ <= 1
+# if __GNUC__ == 4 && defined(__GNUC_MINOR__) && __GNUC_MINOR__ <= 1
 #  undef GOOGLE_PROTOBUF_HAS_TR1
 #  undef GOOGLE_PROTOBUF_HAVE_HASH_MAP
 #  undef GOOGLE_PROTOBUF_HAVE_HASH_SET