aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Adam Aili <karl.adam.aili@gmail.com>2018-03-08 18:35:44 +0100
committerGravatar Adam Aili <karl.adam.aili@gmail.com>2018-03-10 07:48:27 +0100
commit0e34c86ed24a49cf06be0fb2ad00f459687c9068 (patch)
tree4231dd01df2917f1a82dacef51e1cb6551f24c6a /src
parent8e44a86facd0f42af7a3c0c47f8133f78f037269 (diff)
Fix spelling error of __GNUC_MINOR__
Diffstat (limited to 'src')
-rw-r--r--src/google/protobuf/stubs/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/stubs/hash.h b/src/google/protobuf/stubs/hash.h
index d04a25e1..fd8ba156 100644
--- a/src/google/protobuf/stubs/hash.h
+++ b/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