typo fix: declaration required for VACPP not EMX+gcc

This commit is contained in:
Andrew MacIntyre 2002-12-04 12:27:06 +00:00
parent b02bb5ed0a
commit 6904959921

View file

@ -230,7 +230,7 @@ PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag)
void PyThread_release_lock(PyThread_type_lock aLock) void PyThread_release_lock(PyThread_type_lock aLock)
{ {
#if defined(PYCC_GCC) #if !defined(PYCC_GCC)
type_os2_lock lock = (type_os2_lock)aLock; type_os2_lock lock = (type_os2_lock)aLock;
#endif #endif