From bc891c35d94ba3f0690fa7d88e2ceb4108990606 Mon Sep 17 00:00:00 2001 From: robot-piglet <robot-piglet@yandex-team.com> Date: Sun, 11 Feb 2024 01:42:33 +0300 Subject: Intermediate changes --- contrib/tools/python/src/Python/thread.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'contrib/tools/python/src/Python/thread.c') diff --git a/contrib/tools/python/src/Python/thread.c b/contrib/tools/python/src/Python/thread.c index aa4190cb08..48beda0512 100644 --- a/contrib/tools/python/src/Python/thread.c +++ b/contrib/tools/python/src/Python/thread.c @@ -101,7 +101,7 @@ PyThread_init_thread(void) static size_t _pythread_stacksize = 0; #ifdef SGI_THREADS -#include "thread_sgi.h" +#error #include "thread_sgi.h" #endif #ifdef SOLARIS_THREADS @@ -109,11 +109,11 @@ static size_t _pythread_stacksize = 0; #endif #ifdef SUN_LWP -#include "thread_lwp.h" +#error #include "thread_lwp.h" #endif #ifdef HAVE_PTH -#include "thread_pth.h" +#error #include "thread_pth.h" #undef _POSIX_THREADS #endif @@ -130,19 +130,19 @@ static size_t _pythread_stacksize = 0; #endif #ifdef OS2_THREADS -#include "thread_os2.h" +#error #include "thread_os2.h" #endif #ifdef BEOS_THREADS -#include "thread_beos.h" +#error #include "thread_beos.h" #endif #ifdef PLAN9_THREADS -#include "thread_plan9.h" +#error #include "thread_plan9.h" #endif #ifdef ATHEOS_THREADS -#include "thread_atheos.h" +#error #include "thread_atheos.h" #endif /* -- cgit v1.2.3