summaryrefslogtreecommitdiffstats
path: root/generic/tclGetDate.y
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-11-15 19:13:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-11-15 19:13:55 (GMT)
commit511765faae09dd5a56da42a2df297514cff7df3e (patch)
tree7c88e73aa57e7ac1f0e2822d6f6691ec6e45dd86 /generic/tclGetDate.y
parent3046c87be9fbd3d2dbf044039d27385a0c38aeed (diff)
downloadtcl-511765faae09dd5a56da42a2df297514cff7df3e.zip
tcl-511765faae09dd5a56da42a2df297514cff7df3e.tar.gz
tcl-511765faae09dd5a56da42a2df297514cff7df3e.tar.bz2
Add entry for Tcl_StaticPackage in internal stub table, since the public one is deprecated and will be removed in 9.0
Clean-up a lot of type-casts, which are not necessary any more.
Diffstat (limited to 'generic/tclGetDate.y')
-rw-r--r--generic/tclGetDate.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclGetDate.y b/generic/tclGetDate.y
index 9c67227..59f85bd 100644
--- a/generic/tclGetDate.y
+++ b/generic/tclGetDate.y
@@ -960,7 +960,7 @@ TclDatelex(
int
TclClockOldscanObjCmd(
- ClientData clientData, /* Unused */
+ void *clientData, /* Unused */
Tcl_Interp *interp, /* Tcl interpreter */
int objc, /* Count of paraneters */
Tcl_Obj *const *objv) /* Parameters */