From 6eea32622cca8f5190f6a229dc4299554d4a7ab6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 26 Aug 1996 14:58:54 +0000 Subject: [PATCH] typo (#indef -> #undef) --- Python/thread_solaris.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/thread_solaris.h b/Python/thread_solaris.h index 6a9c59e04d..f7fd056922 100644 --- a/Python/thread_solaris.h +++ b/Python/thread_solaris.h @@ -26,7 +26,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #include #include -#indef _POSIX_THREADS +#undef _POSIX_THREADS /* -- 2.50.1