aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/port_platform.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-11 22:20:22 -0700
committerGravatar GitHub <noreply@github.com>2017-04-11 22:20:22 -0700
commita566685f99d423f34c69678b2b7cbca85d974210 (patch)
tree5bff8747abaab11967534a5fbd44d9c73334bd1f /include/grpc/impl/codegen/port_platform.h
parentc611e60da200ee7ee1b8c5b54ab41c8386284a7e (diff)
Public headers must be c89
Diffstat (limited to 'include/grpc/impl/codegen/port_platform.h')
-rw-r--r--include/grpc/impl/codegen/port_platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h
index bac409e514..a828f6c188 100644
--- a/include/grpc/impl/codegen/port_platform.h
+++ b/include/grpc/impl/codegen/port_platform.h
@@ -293,8 +293,8 @@
#if defined(__has_include)
#if __has_include(<atomic>)
#define GRPC_HAS_CXX11_ATOMIC
-#endif // __has_include(<atomic>)
-#endif // defined(__has_include)
+#endif /* __has_include(<atomic>) */
+#endif /* defined(__has_include) */
#ifndef GPR_PLATFORM_STRING
#warning "GPR_PLATFORM_STRING not auto-detected"