summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2009-07-17 23:09:02 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2009-07-17 23:09:02 (GMT)
commitbd7569b4de9f8c54de681fa288b59d3545bc5160 (patch)
treee5ce6229ddde2eb201400cfe9222b3142822b91b /pyconfig.h.in
parent0b5b8af435a6953413690432b41910ce68656eed (diff)
downloadcpython-bd7569b4de9f8c54de681fa288b59d3545bc5160.zip
cpython-bd7569b4de9f8c54de681fa288b59d3545bc5160.tar.gz
cpython-bd7569b4de9f8c54de681fa288b59d3545bc5160.tar.bz2
Revert r74048.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 0b0617c..ce1ae08 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -923,13 +923,13 @@
/* The size of `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
-/* The size of `off_t', as computed by sizeof. */
+/* The number of bytes in an off_t. */
#undef SIZEOF_OFF_T
/* The size of `pid_t', as computed by sizeof. */
#undef SIZEOF_PID_T
-/* The size of `pthread_t', as computed by sizeof. */
+/* The number of bytes in a pthread_t. */
#undef SIZEOF_PTHREAD_T
/* The size of `short', as computed by sizeof. */
@@ -938,7 +938,7 @@
/* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T
-/* The size of `time_t', as computed by sizeof. */
+/* The number of bytes in a time_t. */
#undef SIZEOF_TIME_T
/* The size of `uintptr_t', as computed by sizeof. */