]> granicus.if.org Git - python/commitdiff
Correct an incorrect comment about our #include of stddef.h.
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 11 Jun 2008 18:00:52 +0000 (18:00 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 11 Jun 2008 18:00:52 +0000 (18:00 +0000)
(see Doug Evans' comment on python-dev 2008-06-10)

Include/Python.h

index c87598950fa6922397775ff64a8a57c3e51f1900..1a05116235fa6f8dab9767e59d549fca56cd25af 100644 (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