aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc
diff options
context:
space:
mode:
authorGravatar Wojtek Kubiak <wojtek@pineapple.works>2015-04-22 13:55:09 +0200
committerGravatar Wojtek Kubiak <wojtek@pineapple.works>2015-04-22 13:55:09 +0200
commit6e91ffebd849d4d9325e921bee0be91e7c099a8e (patch)
treed17297cc90c0dba47197546b00ec73aac90d7db6 /include/grpc
parent2c15a0ea217db4b2075109724686d936563c972a (diff)
minor fix in TLS error message
Diffstat (limited to 'include/grpc')
-rw-r--r--include/grpc/support/port_platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/support/port_platform.h b/include/grpc/support/port_platform.h
index 73eedddf44..864d669eda 100644
--- a/include/grpc/support/port_platform.h
+++ b/include/grpc/support/port_platform.h
@@ -235,7 +235,7 @@
#endif
#if defined(GPR_MSVC_TLS) + defined(GPR_GCC_TLS) + defined(GPR_PTHREAD_TLS) + defined(GPR_CUSTOM_TLS) != 1
-#error Must define exactly one of GPR_MSVC_TLS, GPR_GCC_TLS, GPR_PTHREAD_TLS, defined(GPR_CUSTOM_TLS)
+#error Must define exactly one of GPR_MSVC_TLS, GPR_GCC_TLS, GPR_PTHREAD_TLS, GPR_CUSTOM_TLS
#endif
typedef int16_t gpr_int16;