diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2009-07-17 07:46:46 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2009-07-17 07:46:46 (GMT) |
commit | a2db6873687f7e4e4a6c665397ca50b2e5761141 (patch) | |
tree | 04b5a3810874ebaa72336ca34713d9bb760f4532 /pyconfig.h.in | |
parent | e7cf1183fecbcaa97d99c80412111fb5cf7e5972 (diff) | |
download | cpython-a2db6873687f7e4e4a6c665397ca50b2e5761141.zip cpython-a2db6873687f7e4e4a6c665397ca50b2e5761141.tar.gz cpython-a2db6873687f7e4e4a6c665397ca50b2e5761141.tar.bz2 |
Regenerate configure script.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index ce1ae08..0b0617c 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 number of bytes in an off_t. */ +/* The size of `off_t', as computed by sizeof. */ #undef SIZEOF_OFF_T /* The size of `pid_t', as computed by sizeof. */ #undef SIZEOF_PID_T -/* The number of bytes in a pthread_t. */ +/* The size of `pthread_t', as computed by sizeof. */ #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 number of bytes in a time_t. */ +/* The size of `time_t', as computed by sizeof. */ #undef SIZEOF_TIME_T /* The size of `uintptr_t', as computed by sizeof. */ |