ReportTcl const resolves #166

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-01-08 11:38:29 -07:00
parent 87418f23b1
commit 80ecdf267f
1 changed files with 24 additions and 24 deletions

View File

@ -77,7 +77,7 @@ encapSeekProc(ClientData instanceData,
} // extern "C" } // extern "C"
Tcl_ChannelType tcl_encap_type_stdout = { Tcl_ChannelType tcl_encap_type_stdout = {
"file", const_cast<char*>("file"),
TCL_CHANNEL_VERSION_5, TCL_CHANNEL_VERSION_5,
#if TCL_MAJOR_VERSION < 9 #if TCL_MAJOR_VERSION < 9
encapCloseProc, encapCloseProc,