Skip to content

Commit 41e698d

Browse files
committed
merge point (with small amend, same type as in 9.0 header declared for Tcl_Time::sec)
2 parents 16dc2d4 + 5a8ba25 commit 41e698d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

generic/tclClock.c

+4
Original file line numberDiff line numberDiff line change
@@ -4652,7 +4652,11 @@ ClockSafeCatchCmd(
46524652

46534653
typedef struct ClockTzStatic {
46544654
WCHAR *was; /* Previous value of TZ. */
4655+
#if TCL_MAJOR_VERSION > 8
46554656
long long lastRefresh; /* Used for latency before next refresh. */
4657+
#else
4658+
long lastRefresh; /* Used for latency before next refresh. */
4659+
#endif
46564660
size_t epoch; /* Epoch, signals that TZ changed. */
46574661
size_t envEpoch; /* Last env epoch, for faster signaling,
46584662
* that TZ changed via TCL */

0 commit comments

Comments
 (0)