From fe22a456d5161960ad2c7b448bc406680378af2e Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Wed, 11 Jun 2008 18:00:52 +0000 Subject: [PATCH] Correct an incorrect comment about our #include of stddef.h. (see Doug Evans' comment on python-dev 2008-06-10) --- Include/Python.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1