[Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.91,1.92

Fred L. Drake python-dev@python.org
Mon, 25 Sep 2000 22:51:52 -0700


Update of /cvsroot/python/python/dist/src/Doc/api
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31463/api

Modified Files:
	api.tex 
Log Message:

Note that including Python.h includes limits.h when available.


Index: api.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -r1.91 -r1.92
*** api.tex	2000/09/23 03:25:42	1.91
--- api.tex	2000/09/26 05:51:50	1.92
***************
*** 75,80 ****
  
  This implies inclusion of the following standard headers:
! \code{<stdio.h>}, \code{<string.h>}, \code{<errno.h>}, and
! \code{<stdlib.h>} (if available).
  
  All user visible names defined by Python.h (except those defined by
--- 75,80 ----
  
  This implies inclusion of the following standard headers:
! \code{<stdio.h>}, \code{<string.h>}, \code{<errno.h>},
! \code{<limits.h>}, and \code{<stdlib.h>} (if available).
  
  All user visible names defined by Python.h (except those defined by