mirror of https://github.com/python/cpython
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:
parent
81567d2b61
commit
fe22a456d5
|
@ -44,7 +44,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* For uintptr_t, intptr_t */
|
/* For size_t? */
|
||||||
#ifdef HAVE_STDDEF_H
|
#ifdef HAVE_STDDEF_H
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue