summaryrefslogtreecommitdiffstats
path: root/generic/tclStubLib.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-10-30 15:15:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-10-30 15:15:06 (GMT)
commit9e80ee005ea69417d49687f4e51dd80bba72deee (patch)
tree4c66b3d85a06d7defc9a53e676ccc89415ab8eef /generic/tclStubLib.c
parent3aa68b1a0bf5f1f0d08c76c900f86e3366c062bd (diff)
downloadtcl-9e80ee005ea69417d49687f4e51dd80bba72deee.zip
tcl-9e80ee005ea69417d49687f4e51dd80bba72deee.tar.gz
tcl-9e80ee005ea69417d49687f4e51dd80bba72deee.tar.bz2
tidying
Diffstat (limited to 'generic/tclStubLib.c')
-rw-r--r--generic/tclStubLib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclStubLib.c b/generic/tclStubLib.c
index a135465..b26fb01 100644
--- a/generic/tclStubLib.c
+++ b/generic/tclStubLib.c
@@ -66,8 +66,7 @@ Tcl_InitStubs(
*/
if (!stubsPtr || (stubsPtr->magic != (((exact&0xff00) >= 0x900) ? magic : TCL_STUB_MAGIC))) {
- iPtr->legacyResult
- = "interpreter uses an incompatible stubs mechanism";
+ iPtr->legacyResult = "interpreter uses an incompatible stubs mechanism";
iPtr->legacyFreeProc = 0; /* TCL_STATIC */
return NULL;
}