mirror of https://github.com/python/cpython.git
typo fix: declaration required for VACPP not EMX+gcc
This commit is contained in:
parent
b02bb5ed0a
commit
6904959921
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue