]> granicus.if.org Git - python/commitdiff
Note that including Python.h includes limits.h when available.
authorFred Drake <fdrake@acm.org>
Tue, 26 Sep 2000 05:51:50 +0000 (05:51 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 26 Sep 2000 05:51:50 +0000 (05:51 +0000)
Doc/api/api.tex

index 6ce5f29121152737d3dcb32ac9072099f1694fe8..18753c17afc73ecf8890751b8b00a0e138b8f318 100644 (file)
@@ -74,8 +74,8 @@ API are included in your code by the following line:
 \end{verbatim}
 
 This implies inclusion of the following standard headers:
-\code{<stdio.h>}, \code{<string.h>}, \code{<errno.h>}, and
-\code{<stdlib.h>} (if available).
+\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
 the included standard headers) have one of the prefixes \samp{Py} or