aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/platform_macros.h
diff options
context:
space:
mode:
authorGravatar pliard@google.com <pliard@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2012-03-06 08:20:45 +0000
committerGravatar pliard@google.com <pliard@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2012-03-06 08:20:45 +0000
commit72afe6ee3f561dd3280daa78fc7eb5b6942bc81f (patch)
treea18bad3bee7d5fb4b168bc089ffbf4c68ee3e9d3 /src/google/protobuf/stubs/platform_macros.h
parent324779ad702fdef0cd3bd4e56ed0128ffaa6113e (diff)
Fix build error in Mac atomicops.
Diffstat (limited to 'src/google/protobuf/stubs/platform_macros.h')
-rw-r--r--src/google/protobuf/stubs/platform_macros.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/google/protobuf/stubs/platform_macros.h b/src/google/protobuf/stubs/platform_macros.h
index d22ef61b..4e8ec5bf 100644
--- a/src/google/protobuf/stubs/platform_macros.h
+++ b/src/google/protobuf/stubs/platform_macros.h
@@ -55,7 +55,7 @@
#define GOOGLE_PROTOBUF_HOST_ARCH_MIPS 1
#define GOOGLE_PROTOBUF_HOST_ARCH_32_BIT 1
#else
-#error Host architecture was not detected as supported by v8
+#error Host architecture was not detected as supported by protobuf
#endif
// Target architecture detection. This may be set externally. If not, detect
@@ -74,7 +74,7 @@
#elif defined(__MIPSEL__)
#define GOOGLE_PROTOBUF_TARGET_ARCH_MIPS 1
#else
-#error Target architecture was not detected as supported by v8
+#error Target architecture was not detected as supported by protobuf
#endif
#endif
@@ -111,7 +111,7 @@
#endif
#elif GOOGLE_PROTOBUF_TARGET_ARCH_MIPS
#else
-#error Target architecture is not supported by v8
+#error Target architecture is not supported by protobuf
#endif
#if (defined(__APPLE__) && defined(__MACH__)) || \