summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-07 15:20:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-07 15:20:49 (GMT)
commit14b5289e4aa4945dd080d1d3d2dad7f54537eec8 (patch)
tree8f683aa0cbf8062ba81931b49f3731abbccd0a8f /generic/tclCompile.c
parentbb09dba8c07eb42beccc0249f53dc2ca25bb01ed (diff)
parent49a7184962b241204447d10cb9546f514237c344 (diff)
downloadtcl-14b5289e4aa4945dd080d1d3d2dad7f54537eec8.zip
tcl-14b5289e4aa4945dd080d1d3d2dad7f54537eec8.tar.gz
tcl-14b5289e4aa4945dd080d1d3d2dad7f54537eec8.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r--generic/tclCompile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index 0d38e6b..7ed24ae 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -797,7 +797,7 @@ TclSetByteCodeFromAny(
#ifdef TCL_COMPILE_DEBUG
if (!traceInitialized) {
if (Tcl_LinkVar(interp, "tcl_traceCompile",
- (char *) &tclTraceCompile, TCL_LINK_INT) != TCL_OK) {
+ &tclTraceCompile, TCL_LINK_INT) != TCL_OK) {
Tcl_Panic("SetByteCodeFromAny: unable to create link for tcl_traceCompile variable");
}
traceInitialized = 1;