summaryrefslogtreecommitdiffstats
path: root/generic/tclStubLib.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-08-26 15:55:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-08-26 15:55:03 (GMT)
commit9b14adeeea423c1bb5f7204eec18ffdff0df0381 (patch)
treecc9713b5ab812b49fdb40c3b05bee50428c789c0 /generic/tclStubLib.c
parentc5da22ebff9ceadd0cdba231ffea95d4ae6891dd (diff)
parent3718091236ee12146de730e2d5d733a3ee6ce77f (diff)
downloadtcl-9b14adeeea423c1bb5f7204eec18ffdff0df0381.zip
tcl-9b14adeeea423c1bb5f7204eec18ffdff0df0381.tar.gz
tcl-9b14adeeea423c1bb5f7204eec18ffdff0df0381.tar.bz2
merge 8.6
Diffstat (limited to 'generic/tclStubLib.c')
-rw-r--r--generic/tclStubLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclStubLib.c b/generic/tclStubLib.c
index 859cbf9..bebea81 100644
--- a/generic/tclStubLib.c
+++ b/generic/tclStubLib.c
@@ -68,7 +68,7 @@ Tcl_InitStubs(
*/
if (!stubsPtr || (stubsPtr->magic != TCL_STUB_MAGIC)) {
- iPtr->result = "interpreter uses an incompatible stubs mechanism";
+ iPtr->result = (char *)"interpreter uses an incompatible stubs mechanism";
iPtr->freeProc = TCL_STATIC;
return NULL;
}