aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/platform_macros.h
diff options
context:
space:
mode:
authorGravatar Robert Edmonds <edmonds@debian.org>2014-09-18 20:18:18 -0400
committerGravatar Robert Edmonds <edmonds@debian.org>2014-09-18 20:24:30 -0400
commit0a3e36f1bf443fe201cce79d8fecb5b98b178155 (patch)
tree6caf4114f42c328a73ff0eda775a138c5256c72c /src/google/protobuf/stubs/platform_macros.h
parent7432af823a45b954a8bc6018cdc7fa4c1f8fd16f (diff)
platform_macros.h: #undef GOOGLE_PROTOBUF_PLATFORM_ERROR once it's no longer needed
Diffstat (limited to 'src/google/protobuf/stubs/platform_macros.h')
-rw-r--r--src/google/protobuf/stubs/platform_macros.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/google/protobuf/stubs/platform_macros.h b/src/google/protobuf/stubs/platform_macros.h
index 1d1d59a7..02186816 100644
--- a/src/google/protobuf/stubs/platform_macros.h
+++ b/src/google/protobuf/stubs/platform_macros.h
@@ -89,4 +89,6 @@ GOOGLE_PROTOBUF_PLATFORM_ERROR
#define GOOGLE_PROTOBUF_OS_NACL
#endif
+#undef GOOGLE_PROTOBUF_PLATFORM_ERROR
+
#endif // GOOGLE_PROTOBUF_PLATFORM_MACROS_H_