[Python-checkins] python/dist/src/Python thread_os2.h,2.14,2.15

aimacintyre@users.sourceforge.net aimacintyre@users.sourceforge.net
Wed, 04 Dec 2002 04:27:09 -0800


Update of /cvsroot/python/python/dist/src/Python
In directory sc8-pr-cvs1:/tmp/cvs-serv20339

Modified Files:
	thread_os2.h 
Log Message:
typo fix: declaration required for VACPP not EMX+gcc

Index: thread_os2.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread_os2.h,v
retrieving revision 2.14
retrieving revision 2.15
diff -C2 -d -r2.14 -r2.15
*** thread_os2.h	26 Feb 2002 11:41:34 -0000	2.14
--- thread_os2.h	4 Dec 2002 12:27:06 -0000	2.15
***************
*** 231,235 ****
  void PyThread_release_lock(PyThread_type_lock aLock)
  {
! #if defined(PYCC_GCC)
    type_os2_lock lock = (type_os2_lock)aLock;
  #endif
--- 231,235 ----
  void PyThread_release_lock(PyThread_type_lock aLock)
  {
! #if !defined(PYCC_GCC)
    type_os2_lock lock = (type_os2_lock)aLock;
  #endif