summaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-03-06 16:32:05 +0000
committerMartin v. Löwis <martin@v.loewis.de>2006-03-06 16:32:05 +0000
commitaf20d2e3a0faf44fb4b1e40ab4e8aa03085e626c (patch)
tree7bdbbca8e12050ba17b35a8ea5ef457433b6d533 /PC
parent8be479cdac6fb97f6cb906a82da9fa8642027f25 (diff)
downloadcpython-af20d2e3a0faf44fb4b1e40ab4e8aa03085e626c.tar.gz
lower-case time_t.
Diffstat (limited to 'PC')
-rw-r--r--PC/pyconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 194f7ba8ad..6c7846e5f2 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -276,7 +276,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
# define SIZEOF_FPOS_T 8
# define SIZEOF_HKEY 4
# define SIZEOF_SIZE_T 4
- /* MS VS2005 changes TIME_T to an 64-bit type on all platforms */
+ /* MS VS2005 changes time_t to an 64-bit type on all platforms */
# if defined(_MSC_VER) && _MSC_VER >= 1400
# define SIZEOF_TIME_T 8
# else