Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6904959

Browse files
author
Andrew MacIntyre
committed
typo fix: declaration required for VACPP not EMX+gcc
1 parent b02bb5e commit 6904959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/thread_os2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag)
230230

231231
void PyThread_release_lock(PyThread_type_lock aLock)
232232
{
233-
#if defined(PYCC_GCC)
233+
#if !defined(PYCC_GCC)
234234
type_os2_lock lock = (type_os2_lock)aLock;
235235
#endif
236236

0 commit comments

Comments
 (0)