[Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.145,1.146
Fred L. Drake
fdrake@users.sourceforge.net
Thu, 06 Sep 2001 09:30:33 -0700
Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv19099/api
Modified Files:
api.tex
Log Message:
Document the rule that Python.h must be included before any standard
headers. This is the final checkin for SF bug #458768.
Index: api.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.145
retrieving revision 1.146
diff -C2 -d -r1.145 -r1.146
*** api.tex 2001/09/05 17:09:48 1.145
--- api.tex 2001/09/06 16:30:30 1.146
***************
*** 77,80 ****
--- 77,83 ----
\code{<stdio.h>}, \code{<string.h>}, \code{<errno.h>},
\code{<limits.h>}, and \code{<stdlib.h>} (if available).
+ Since Python may define some pre-processor definitions which affect
+ the standard headers on some systems, you must include \file{Python.h}
+ before any standard headers are included.
All user visible names defined by Python.h (except those defined by