mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 17:44:17 +01:00
cdefs: Add missing continuation line...
TinyC has heart-burn on this construct, but gcc and clang like it just fine. Sponsored by: Netflix
This commit is contained in:
parent
a7de510685
commit
b1cd308b37
@ -213,7 +213,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !__has_extension(c_thread_local)
|
#if !__has_extension(c_thread_local)
|
||||||
#if (defined(__cplusplus) && __cplusplus >= 201103L) ||
|
#if (defined(__cplusplus) && __cplusplus >= 201103L) || \
|
||||||
__has_extension(cxx_thread_local)
|
__has_extension(cxx_thread_local)
|
||||||
#define _Thread_local thread_local
|
#define _Thread_local thread_local
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user