diff options
| author | Guido van Rossum <guido@python.org> | 1999-03-29 19:12:41 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1999-03-29 19:12:41 +0000 |
| commit | 4958f9af971fddaeaa8d447fb3eb130a897b8ba9 (patch) | |
| tree | 16ecc6fd231f87717adafe5ba5f4546930c8c891 | |
| parent | 57731607c3993597f5b28c038622bbc8962ae098 (diff) | |
| download | cpython-git-4958f9af971fddaeaa8d447fb3eb130a897b8ba9.tar.gz | |
#$@%! Forgot to remove a #error directive used for testing. Sorry.
| -rw-r--r-- | Modules/timemodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c index 0694ca4c1c..174b7a8003 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; |
