summaryrefslogtreecommitdiffstats
path: root/generic/tclGetDate.y
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclGetDate.y')
-rw-r--r--generic/tclGetDate.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclGetDate.y b/generic/tclGetDate.y
index e282c9b..d4ac758 100644
--- a/generic/tclGetDate.y
+++ b/generic/tclGetDate.y
@@ -961,8 +961,8 @@ int
TclClockOldscanObjCmd(
TCL_UNUSED(void *),
Tcl_Interp *interp, /* Tcl interpreter */
- int objc, /* Count of parameters */
- Tcl_Obj *const *objv) /* Parameters */
+ Tcl_Size objc, /* Count of parameters */
+ Tcl_Obj *const objv[]) /* Parameters */
{
Tcl_Obj *result, *resultElement;
int yr, mo, da;