Skip to content
Snippets Groups Projects
Commit a566685f authored by Craig Tiller's avatar Craig Tiller Committed by GitHub
Browse files

Public headers must be c89

parent c611e60d
No related branches found
No related tags found
No related merge requests found
...@@ -293,8 +293,8 @@ ...@@ -293,8 +293,8 @@
#if defined(__has_include) #if defined(__has_include)
#if __has_include(<atomic>) #if __has_include(<atomic>)
#define GRPC_HAS_CXX11_ATOMIC #define GRPC_HAS_CXX11_ATOMIC
#endif // __has_include(<atomic>) #endif /* __has_include(<atomic>) */
#endif // defined(__has_include) #endif /* defined(__has_include) */
#ifndef GPR_PLATFORM_STRING #ifndef GPR_PLATFORM_STRING
#warning "GPR_PLATFORM_STRING not auto-detected" #warning "GPR_PLATFORM_STRING not auto-detected"
......
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