Showing content from http://mail.python.org/pipermail/python-checkins/2002-January/024138.html below:
[Python-checkins] CVS: python/dist/src/Include Python.h,2.40,2.41
[Python-checkins] CVS: python/dist/src/Include Python.h,2.40,2.41Martin v. L?wis loewis@users.sourceforge.net
Sat, 12 Jan 2002 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 ]
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4