diff options
author | sebres <sebres@users.sourceforge.net> | 2024-03-24 16:37:19 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2024-03-24 16:37:19 (GMT) |
commit | fb4109fcf1747a450454d72242aea4216986e8a8 (patch) | |
tree | faf7468eeac309294d6cc49bbd54d2eca9167c28 /generic/tclDate.h | |
parent | 7bf2e0d35ca259f8e18f72ba4390102fe02ed513 (diff) | |
download | tcl-fb4109fcf1747a450454d72242aea4216986e8a8.zip tcl-fb4109fcf1747a450454d72242aea4216986e8a8.tar.gz tcl-fb4109fcf1747a450454d72242aea4216986e8a8.tar.bz2 |
still one fix for [1f40aa83c552f597], now for freescan (overflow in tests clock-6.10e/clock-6.10f): rewritten with common str2int now
Diffstat (limited to 'generic/tclDate.h')
-rw-r--r-- | generic/tclDate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclDate.h b/generic/tclDate.h index 8a1e8cd..adc3e85 100644 --- a/generic/tclDate.h +++ b/generic/tclDate.h @@ -547,6 +547,8 @@ MODULE_SCOPE int ClockMCSetIdx(ClockFmtScnCmdArgs *opts, int mcKey, MODULE_SCOPE char * TclItoAw(char *buf, int val, char padchar, unsigned short int width); +MODULE_SCOPE int + TclAtoWIe(Tcl_WideInt *out, const char *p, const char *e, int sign); MODULE_SCOPE Tcl_Obj* ClockFrmObjGetLocFmtKey(Tcl_Interp *interp, |