From: Andrew MacIntyre Date: Wed, 4 Dec 2002 12:27:06 +0000 (+0000) Subject: typo fix: declaration required for VACPP not EMX+gcc X-Git-Tag: v2.3c1~3129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69049599219b469282f272658178a8a50e67e3e6;p=python typo fix: declaration required for VACPP not EMX+gcc --- diff --git a/Python/thread_os2.h b/Python/thread_os2.h index 69bcd2ce50..738976ac95 100644 --- a/Python/thread_os2.h +++ b/Python/thread_os2.h @@ -230,7 +230,7 @@ PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag) void PyThread_release_lock(PyThread_type_lock aLock) { -#if defined(PYCC_GCC) +#if !defined(PYCC_GCC) type_os2_lock lock = (type_os2_lock)aLock; #endif