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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69049599219b469282f272658178a8a50e67e3e6;p=thirdparty%2FPython%2Fcpython.git typo fix: declaration required for VACPP not EMX+gcc --- diff --git a/Python/thread_os2.h b/Python/thread_os2.h index 69bcd2ce504f..738976ac959e 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