summaryrefslogtreecommitdiffstats
path: root/generic/tclDate.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-06-07 10:40:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-06-07 10:40:40 (GMT)
commit33602d0a11399b7c74eb826b7440905f06cbce23 (patch)
tree6a9bb7dbb219cc879d7a30d712ecbe6824fb3e94 /generic/tclDate.h
parent4b7fc1bb117d96c423f7051befd9b2f1dd76f64e (diff)
downloadtcl-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.h2
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);