summaryrefslogtreecommitdiffstats
path: root/unix/tclXtTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-23 18:17:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-23 18:17:28 (GMT)
commit9dc41bfc07d30a39cf576be5c82a76e468ff184a (patch)
tree5b8e3af088b9237482fa34466188dbe5f0f0612f /unix/tclXtTest.c
parentdae485aac0ebf381215c7af2ab8c86f7be79cd17 (diff)
downloadtcl-9dc41bfc07d30a39cf576be5c82a76e468ff184a.zip
tcl-9dc41bfc07d30a39cf576be5c82a76e468ff184a.tar.gz
tcl-9dc41bfc07d30a39cf576be5c82a76e468ff184a.tar.bz2
Backport formatting from 9.0. Revise genStubs.tcl such that dummy entries are only generated for Tcl 8.x, not for 9.0
Diffstat (limited to 'unix/tclXtTest.c')
-rw-r--r--unix/tclXtTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclXtTest.c b/unix/tclXtTest.c
index c6bcc18..ad7cb77 100644
--- a/unix/tclXtTest.c
+++ b/unix/tclXtTest.c
@@ -117,7 +117,7 @@ TesteventloopCmd(
framePtr = oldFramePtr;
} else {
Tcl_AppendResult(interp, "bad option \"", Tcl_GetString(objv[1]),
- "\": must be done or wait", (void *)NULL);
+ "\": must be done or wait", (char *)NULL);
return TCL_ERROR;
}
return TCL_OK;