[Python-checkins] python/dist/src/Include Python.h,2.48,2.49
mwh@users.sourceforge.net
mwh@users.sourceforge.net
2002年5月27日 07:05:34 -0700
Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv31400/Include
Modified Files:
Python.h
Log Message:
Silly typo.
Index: Python.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/Python.h,v
retrieving revision 2.48
retrieving revision 2.49
diff -C2 -d -r2.48 -r2.49
*** Python.h 15 May 2002 18:24:06 -0000 2.48
--- Python.h 27 May 2002 14:05:31 -0000 2.49
***************
*** 11,15 ****
/* Forcing SUSv2 compatibility still produces problems on some
! platforms, True64 and SGI IRIX begin two of them, so for now the
define is switched off. */
#if 0
--- 11,15 ----
/* Forcing SUSv2 compatibility still produces problems on some
! platforms, True64 and SGI IRIX being two of them, so for now the
define is switched off. */
#if 0