From: Gregory P. Smith Date: Wed, 11 Jun 2008 18:00:52 +0000 (+0000) Subject: Correct an incorrect comment about our #include of stddef.h. X-Git-Tag: v2.6b1~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe22a456d5161960ad2c7b448bc406680378af2e;p=python Correct an incorrect comment about our #include of stddef.h. (see Doug Evans' comment on python-dev 2008-06-10) --- diff --git a/Include/Python.h b/Include/Python.h index c87598950f..1a05116235 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -44,7 +44,7 @@ #include #endif -/* For uintptr_t, intptr_t */ +/* For size_t? */ #ifdef HAVE_STDDEF_H #include #endif