Differences From Artifact [e3a170c47d]:
- File generic/tclDate.c — part of check-in [753c206431] at 2022-04-29 10:01:44 on branch core-8-branch — Since tclDecls.h uses 'size_t', make sure to include <stddef.h>. Since ISO-C has both 'size_t' and 'ptrdiff_t', use those to define INT2PTR and friends (including UINT2PTR) (user: jan.nijtmans size: 81167) [more...]
To Artifact [f6044e8267]:
- File generic/tclDate.c — part of check-in [fe9ccb97b6] at 2022-05-26 22:36:21 on branch core-8-branch — Merge 8.6 (user: jan.nijtmans size: 81167) [more...]
| ︙ | |||
2741 2742 2743 2744 2745 2746 2747 | 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 | - + |
}
}
int
TclClockOldscanObjCmd(
TCL_UNUSED(void *),
Tcl_Interp *interp, /* Tcl interpreter */
|
| ︙ |