Correct an incorrect comment about our #include of stddef.h.

(see Doug Evans' comment on python-dev 2008-06-10)
This commit is contained in:
Gregory P. Smith 2008-06-11 18:00:52 +00:00
parent 81567d2b61
commit fe22a456d5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
#include <unistd.h>
#endif
/* For uintptr_t, intptr_t */
/* For size_t? */
#ifdef HAVE_STDDEF_H
#include <stddef.h>
#endif