Kaydet (Commit) fe22a456 authored tarafından Gregory P. Smith's avatar Gregory P. Smith

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

(see Doug Evans' comment on python-dev 2008-06-10)
üst 81567d2b
......@@ -44,7 +44,7 @@
#include <unistd.h>
#endif
/* For uintptr_t, intptr_t */
/* For size_t? */
#ifdef HAVE_STDDEF_H
#include <stddef.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment