[Python-checkins] CVS: python/dist/src/Include Python.h,2.40,2.41
Martin v. L?wis
loewis@users.sourceforge.net
2002年1月12日 03:05:36 -0800
- Previous message: [Python-checkins] CVS: python/dist/src/Python bltinmodule.c,2.246,2.247 dynload_beos.c,2.6,2.7 frozenmain.c,2.26,2.27 import.c,2.192,2.193 pythonrun.c,2.153,2.154 sysmodule.c,2.98,2.99 thread.c,2.39,2.40 thread_solaris.h,2.16,2.17
- Next message: [Python-checkins] CVS: python/dist/src/Objects fileobject.c,2.142,2.143
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv8438/Include
Modified Files:
Python.h
Log Message:
Include <unistd.h> in Python.h. Fixes #500924.
Index: Python.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/Python.h,v
retrieving revision 2.40
retrieving revision 2.41
diff -C2 -d -r2.40 -r2.41
*** Python.h 2001年12月04日 20:06:11 2.40
--- Python.h 2002年01月12日 11:05:03 2.41
***************
*** 50,53 ****
--- 50,56 ----
#include <stdlib.h>
#endif
+ #ifdef HAVE_UNISTD_H
+ #include <unistd.h>
+ #endif
/* CAUTION: Build setups should ensure that NDEBUG is defined on the
- Previous message: [Python-checkins] CVS: python/dist/src/Python bltinmodule.c,2.246,2.247 dynload_beos.c,2.6,2.7 frozenmain.c,2.26,2.27 import.c,2.192,2.193 pythonrun.c,2.153,2.154 sysmodule.c,2.98,2.99 thread.c,2.39,2.40 thread_solaris.h,2.16,2.17
- Next message: [Python-checkins] CVS: python/dist/src/Objects fileobject.c,2.142,2.143
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]