aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/command_line_interface.cc
diff options
context:
space:
mode:
authorGravatar Sean Lu <luyixiang@gmail.com>2017-01-19 11:56:08 -0800
committerGravatar GitHub <noreply@github.com>2017-01-19 11:56:08 -0800
commite41b667da50d582ac8e38cfea4af4e78261f2ad3 (patch)
treee7bd30c96cf47d6e2003779dc14573ce5614d1a7 /src/google/protobuf/compiler/command_line_interface.cc
parent047575f20cbdee8fb2f88d78a317ffe6133b93e6 (diff)
Undef TYPE_BOOL to avoid conflict with iOS.
TYPE_BOOL is defined as a macro in <ConditionalMacros.h>, which gets implicitly included in almost all iOS source files. This fixes complaints like http://go/soverflow/15759559 For some context, here is how TYPE_BOOL is defined in ConditionalMacros.h #ifdef __cplusplus #define TYPE_BOOL 1 #else #define TYPE_BOOL 0 #endif
Diffstat (limited to 'src/google/protobuf/compiler/command_line_interface.cc')
0 files changed, 0 insertions, 0 deletions