From: Guido van Rossum Date: Mon, 26 Aug 1996 14:58:54 +0000 (+0000) Subject: typo (#indef -> #undef) X-Git-Tag: v1.4b3~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6eea32622cca8f5190f6a229dc4299554d4a7ab6;p=thirdparty%2FPython%2Fcpython.git typo (#indef -> #undef) --- diff --git a/Python/thread_solaris.h b/Python/thread_solaris.h index 6a9c59e04dec..f7fd056922fc 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 /*