Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic authored and acozzette committed Mar 10, 2020
1 parent 8a5a242 commit edb67ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google/protobuf/port_def.inc
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
#elif !defined(__cxx_rtti) && __cplusplus >= 199711L
// https://en.cppreference.com/w/User:D41D8CD98F/feature_testing_macros#C.2B.2B98
#define PROTOBUF_RTTI 0
#elif defined(defined(__GNUC__)) && !defined(__GXX_RTTI)
#elif defined(__GNUC__) && !defined(__GXX_RTTI)
# https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html
#define PROTOBUF_RTTI 0
#else
Expand Down

0 comments on commit edb67ec

Please sign in to comment.