aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-03-05 16:25:30 -0800
committerJisi Liu <jisi.liu@gmail.com>2015-03-05 16:25:30 -0800
commit6c8a036e3e53aed526c0141174dd0120a210735f (patch)
tree19c5e81a74caafdbeabf7e964c7d03e11e8bae88 /src
parent0ddbafab2a4b67aac528e17ee30ca56a6291c419 (diff)
downloadprotobuf-6c8a036e3e53aed526c0141174dd0120a210735f.tar.gz
protobuf-6c8a036e3e53aed526c0141174dd0120a210735f.tar.bz2
protobuf-6c8a036e3e53aed526c0141174dd0120a210735f.zip
Fix tile atomicops macro.
Change-Id: I1a3acadd059f87c26a2e26f3b7a169c0780e981e
Diffstat (limited to 'src')
-rw-r--r--src/google/protobuf/stubs/atomicops_internals_tile_gcc.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/google/protobuf/stubs/atomicops_internals_tile_gcc.h b/src/google/protobuf/stubs/atomicops_internals_tile_gcc.h
index 6e5418a4..796d7425 100644
--- a/src/google/protobuf/stubs/atomicops_internals_tile_gcc.h
+++ b/src/google/protobuf/stubs/atomicops_internals_tile_gcc.h
@@ -1,5 +1,5 @@
-#ifndef GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_ARM64_GCC_H_
-#define GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_ARM64_GCC_H_
+#ifndef GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_TILE_GCC_H_
+#define GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_TILE_GCC_H_
namespace google {
namespace protobuf {
@@ -70,8 +70,8 @@ inline Atomic64 NoBarrier_AtomicIncrement(volatile Atomic64* ptr,
return *ptr;
}
-}
-}
-}
+} // namespace internal
+} // namespace protobuf
+} // namespace google
-#endif
+#endif // GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_TILE_GCC_H_