From 8a7c866e18d12c9a666b556153555dc98c3f3f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 30 Aug 2007 15:40:24 +0000 Subject: Move definition of TZNAME_ENCODING further up. --- Modules/timemodule.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/timemodule.c b/Modules/timemodule.c index ebea4fc..cd50594 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -5,6 +5,8 @@ #include "structseq.h" #include "timefuncs.h" +#define TZNAME_ENCODING "utf-8" + #ifdef __APPLE__ #if defined(HAVE_GETTIMEOFDAY) && defined(HAVE_FTIME) /* @@ -55,8 +57,6 @@ static BOOL WINAPI PyCtrlHandler(DWORD dwCtrlType) } static long main_thread; -#define TZNAME_ENCODING "utf-8" - #if defined(__BORLANDC__) /* These overrides not needed for Win32 */ #define timezone _timezone -- cgit v0.12