Kaydet (Commit) 69049599 authored tarafından Andrew MacIntyre's avatar Andrew MacIntyre

typo fix: declaration required for VACPP not EMX+gcc

üst b02bb5ed
...@@ -230,7 +230,7 @@ PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag) ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment