summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2024-05-29 08:37:13 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2024-05-29 08:37:13 (GMT)
commit640db582e6fa3d39d1ea265cca917c685b6fc6fa (patch)
treebf66ad0acc062d1662722f2072b884c807028e7e /generic/tclTest.c
parent277825e13ed2db3cf16a3de3314dce35cae77e60 (diff)
parent56c27768c74c1c2f87ba61bc80a5028eb4fbdf1a (diff)
downloadtcl-640db582e6fa3d39d1ea265cca917c685b6fc6fa.zip
tcl-640db582e6fa3d39d1ea265cca917c685b6fc6fa.tar.gz
tcl-640db582e6fa3d39d1ea265cca917c685b6fc6fa.tar.bz2
Merge trunk
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index b224797..795310d 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -3539,7 +3539,7 @@ TestlinkCmd(
return TCL_ERROR;
}
Tcl_DecrRefCount(tmp);
- uwideVar = (Tcl_WideUInt) w;
+ uwideVar = (Tcl_WideUInt)w;
}
} else if (strcmp(argv[1], "update") == 0) {
int v;
@@ -3656,7 +3656,7 @@ TestlinkCmd(
return TCL_ERROR;
}
Tcl_DecrRefCount(tmp);
- uwideVar = (Tcl_WideUInt) w;
+ uwideVar = (Tcl_WideUInt)w;
Tcl_UpdateLinkedVar(interp, "uwide");
}
} else {
@@ -6312,7 +6312,7 @@ TestChannelCmd(
}
Tcl_SetObjResult(interp, Tcl_NewWideIntObj(
- (Tcl_WideInt) (size_t) Tcl_GetChannelThread(chan)));
+ (Tcl_WideInt)(size_t)Tcl_GetChannelThread(chan)));
return TCL_OK;
}