Skip to content

Commit

Permalink
merge point (with small amend, same type as in 9.0 header declared fo…
Browse files Browse the repository at this point in the history
…r Tcl_Time::sec)
  • Loading branch information
sebres committed Apr 17, 2024
2 parents a5784dd + 8a36bbb commit 6961a17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generic/tclClock.c
Original file line number Diff line number Diff line change
Expand Up @@ -4652,7 +4652,11 @@ ClockSafeCatchCmd(

typedef struct ClockTzStatic {
WCHAR *was; /* Previous value of TZ. */
#if TCL_MAJOR_VERSION > 8
long long lastRefresh; /* Used for latency before next refresh. */
#else
long lastRefresh; /* Used for latency before next refresh. */
#endif
size_t epoch; /* Epoch, signals that TZ changed. */
size_t envEpoch; /* Last env epoch, for faster signaling,
* that TZ changed via TCL */
Expand Down

0 comments on commit 6961a17

Please sign in to comment.