]> granicus.if.org Git - python/commitdiff
#$@%! Forgot to remove a #error directive used for testing. Sorry.
authorGuido van Rossum <guido@python.org>
Mon, 29 Mar 1999 19:12:41 +0000 (19:12 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Mar 1999 19:12:41 +0000 (19:12 +0000)
Modules/timemodule.c

index 0694ca4c1c758700cb1b9c13a0135810dff42027..174b7a8003e3b98b82b664c7b57afb04afe84b03 100644 (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;