]> granicus.if.org Git - python/commitdiff
lower-case time_t.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 6 Mar 2006 16:32:05 +0000 (16:32 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 6 Mar 2006 16:32:05 +0000 (16:32 +0000)
PC/pyconfig.h

index 194f7ba8ad522b635a896ab380f48e88af6d0e7d..6c7846e5f270a7bdfbf56a01d09f4620c594ff82 100644 (file)
@@ -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