ReportTcl const resolves #166
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
87418f23b1
commit
80ecdf267f
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue