summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-15 16:38:23 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-15 16:38:23 -0400
commit5cfd29ec62db8c2ed6798badb36a71ce1062c1da (patch)
tree7a2e1f84a1943a9d7fe80a7e98c87f53854f1e84 /src
parent71add00413c442205d585c33b09555075b42c023 (diff)
fix broken line
Diffstat (limited to 'src')
-rw-r--r--src/_perthread.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/_perthread.h b/src/_perthread.h
index 5559bb60..0f0139f8 100644
--- a/src/_perthread.h
+++ b/src/_perthread.h
@@ -1,8 +1,7 @@
#ifndef ___PERTHREAD_H__
#define ___PERTHREAD_H__
-#if defined __STDC_VERSION__ && 201112L <= __STDC_VERSION__ && !defined __STDC_N
-O_THREADS__
+#if defined __STDC_VERSION__ && 201112L <= __STDC_VERSION__ && !defined __STDC_NO_THREADS__
#define THREAD_LOCAL static _Thread_local
#else
#define THREAD_LOCAL static