From 5cfd29ec62db8c2ed6798badb36a71ce1062c1da Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 15 Aug 2020 16:38:23 -0400 Subject: fix broken line --- src/_perthread.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.1