diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-06-07 10:40:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-06-07 10:40:40 (GMT) |
commit | 33602d0a11399b7c74eb826b7440905f06cbce23 (patch) | |
tree | 6a9bb7dbb219cc879d7a30d712ecbe6824fb3e94 /generic/tclDate.h | |
parent | 4b7fc1bb117d96c423f7051befd9b2f1dd76f64e (diff) | |
download | tcl-33602d0a11399b7c74eb826b7440905f06cbce23.zip tcl-33602d0a11399b7c74eb826b7440905f06cbce23.tar.gz tcl-33602d0a11399b7c74eb826b7440905f06cbce23.tar.bz2 |
Fix LookupLastTransition() for behavior when tick < compVal, undo Tcl_EvalObjEx -> TclEvalObjEx change, eliminate two inline macro's which are only used once. Eliminate many unnecessary MODULE_SCOPE declarations (duplicated with header files)
Diffstat (limited to 'generic/tclDate.h')
-rw-r--r-- | generic/tclDate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclDate.h b/generic/tclDate.h index bf762b1..b50df37 100644 --- a/generic/tclDate.h +++ b/generic/tclDate.h @@ -480,7 +480,7 @@ MODULE_SCOPE int ConvertUTCToLocal(ClientData clientData, Tcl_Interp *, TclDateFields *, Tcl_Obj *timezoneObj, int); MODULE_SCOPE Tcl_Obj * LookupLastTransition(Tcl_Interp *, Tcl_WideInt, - int, Tcl_Obj *const *, Tcl_WideInt rangesVal[2]); + int, Tcl_Obj *const *, Tcl_WideInt *rangesVal); MODULE_SCOPE int TclClockFreeScan(Tcl_Interp *interp, DateInfo *info); |