[Python-checkins] python/dist/src/Include pyport.h,2.58,2.59

mwh@users.sourceforge.net mwh@users.sourceforge.net
Mon, 10 Feb 2003 11:36:50 -0800


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

Modified Files:
	pyport.h 
Log Message:
Make comments agree with code (I think).


Index: pyport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyport.h,v
retrieving revision 2.58
retrieving revision 2.59
diff -C2 -d -r2.58 -r2.59
*** pyport.h	6 Jan 2003 12:41:24 -0000	2.58
--- pyport.h	10 Feb 2003 19:36:46 -0000	2.59
***************
*** 412,418 ****
  
  /*
! All windows ports, except cygwin, are handled in PC/pyconfig.h
! BeOS is only other autoconf platform requiring special linkage handling
! and both these use __declspec()
  */
  #if defined(__CYGWIN__) || defined(__BEOS__)
--- 412,419 ----
  
  /*
!   All windows ports, except cygwin, are handled in PC/pyconfig.h.
! 
!   BeOS and cygwin are the only other autoconf platform requiring special
!   linkage handling and both of these use __declspec().
  */
  #if defined(__CYGWIN__) || defined(__BEOS__)