#$@%! Forgot to remove a #error directive used for testing. Sorry.

This commit is contained in:
Guido van Rossum 1999-03-29 19:12:41 +00:00
parent 57731607c3
commit 4958f9af97
1 changed files with 0 additions and 1 deletions

View File

@ -636,7 +636,6 @@ inittime()
ins(d, "tzname", Py_BuildValue("(zz)", tzname[0], tzname[1]));
#else /* !HAVE_TZNAME && !__GNU_LIBRARY__ */
#if HAVE_TM_ZONE
#error "HAVE_TM_ZONE"
{
#define YEAR ((time_t)((365 * 24 + 6) * 3600))
time_t t;