From cff3c806c17d0af296952eb85c650094fbc4a020 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 19 Apr 2021 22:59:00 -0700 Subject: [PROPOSED 2/2] Undef RESERVE_STD_EXT_IDS in zic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * zic.c: #undef RESERVE_STD_EXT_IDS too, so that zic doesn’t attempt to rename the ‘time’ function to ‘tz_time’ on Microsoft Windows. Problem reported by Manuela Friedrich and Steve Shuriff. --- zic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/zic.c b/zic.c index 9007240..a930d57 100644 --- a/zic.c +++ b/zic.c @@ -9,6 +9,7 @@ This avoids creating an unnecessary dependency on localtime.c. */ #undef EPOCH_LOCAL #undef EPOCH_OFFSET +#undef RESERVE_STD_EXT_IDS #undef time_tz #include "version.h" -- 2.27.0