aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/plugin.pb.h
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-11-17 19:35:04 -0500
committerTres Seaver <tseaver@palladion.com>2014-11-17 19:35:04 -0500
commit8b2aafe7d3f59463fb8693421c09bfefb3bd0104 (patch)
tree803aec712c672d78cf930889977df651269d33d7 /src/google/protobuf/compiler/plugin.pb.h
parent83671c0514741a64433dd86a958e3df6bf9508c6 (diff)
downloadprotobuf-8b2aafe7d3f59463fb8693421c09bfefb3bd0104.tar.gz
protobuf-8b2aafe7d3f59463fb8693421c09bfefb3bd0104.tar.bz2
protobuf-8b2aafe7d3f59463fb8693421c09bfefb3bd0104.zip
Use 'kint32min'/'kint32max' constants, rather than defining locally.
Incorporates feedback from @xfxyjwf: https://github.com/google/protobuf/pull/84#discussion_r20474781.
Diffstat (limited to 'src/google/protobuf/compiler/plugin.pb.h')
-rw-r--r--src/google/protobuf/compiler/plugin.pb.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/google/protobuf/compiler/plugin.pb.h b/src/google/protobuf/compiler/plugin.pb.h
index b752d6a1..ed1d3faf 100644
--- a/src/google/protobuf/compiler/plugin.pb.h
+++ b/src/google/protobuf/compiler/plugin.pb.h
@@ -5,12 +5,6 @@
#define PROTOBUF_google_2fprotobuf_2fcompiler_2fplugin_2eproto__INCLUDED
#include <string>
-#ifndef PROTOBUF_ENUM_MIN
-#define PROTOBUF_ENUM_MIN (int32_t)0x80000000
-#endif
-#ifndef PROTOBUF_ENUM_MAX
-#define PROTOBUF_ENUM_MAX (int32_t)0x7fffffff
-#endif
#include <google/protobuf/stubs/common.h>