From 4958f9af971fddaeaa8d447fb3eb130a897b8ba9 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 29 Mar 1999 19:12:41 +0000 Subject: #$@%! Forgot to remove a #error directive used for testing. Sorry. --- Modules/timemodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/timemodule.c b/Modules/timemodule.c index 0694ca4..174b7a8 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -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; -- cgit v0.12