Skip to content
Snippets Groups Projects
Commit 6e91ffeb authored by Wojtek Kubiak's avatar Wojtek Kubiak
Browse files

minor fix in TLS error message

parent 2c15a0ea
No related branches found
No related tags found
No related merge requests found
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
#endif #endif
#if defined(GPR_MSVC_TLS) + defined(GPR_GCC_TLS) + defined(GPR_PTHREAD_TLS) + defined(GPR_CUSTOM_TLS) != 1 #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 #endif
typedef int16_t gpr_int16; typedef int16_t gpr_int16;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment