mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
typo fix: declaration required for VACPP not EMX+gcc
This commit is contained in:
parent
b02bb5ed0a
commit
6904959921
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue