summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-05-27 21:15:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-05-27 21:15:27 (GMT)
commita53b30cd746bc36dff41401890341aceae4d79cb (patch)
treece5d7f6c3ca8faf0d0dca3f343acf35c896f0757 /generic/tclCompExpr.c
parentc7ebbbdfdd63cb05821f68a743ffcd82305779b3 (diff)
parentb727df70e6804bf6a51a40e69cde2ff1a61ce570 (diff)
downloadtcl-a53b30cd746bc36dff41401890341aceae4d79cb.zip
tcl-a53b30cd746bc36dff41401890341aceae4d79cb.tar.gz
tcl-a53b30cd746bc36dff41401890341aceae4d79cb.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclCompExpr.c')
-rw-r--r--generic/tclCompExpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompExpr.c b/generic/tclCompExpr.c
index 5c46afd..a2c275e 100644
--- a/generic/tclCompExpr.c
+++ b/generic/tclCompExpr.c
@@ -1479,7 +1479,7 @@ ParseExpr(
parsePtr->string, (numBytes < limit) ? "" : "..."));
if (errCode) {
Tcl_SetErrorCode(interp, "TCL", "PARSE", "EXPR", errCode,
- subErrCode, (void *)NULL);
+ subErrCode, (char *)NULL);
}
}